Skip to content

Commit

Permalink
Update run_simulation.py
Browse files Browse the repository at this point in the history
  • Loading branch information
yjwong1999 committed Jun 14, 2023
1 parent 7d84198 commit b578c78
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions run_simulation.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@

args = parser.parse_args()
STORE_PATH = args.store_path
EP_NUM = 1

# validate the weight path
if not os.path.isdir(STORE_PATH):
Expand Down Expand Up @@ -50,7 +49,7 @@
import torch

# 1 init system model
episode_num = EPISODE_NUM # recommend to be 300
episode_num = 1
episode_cnt = 0
step_num = 100

Expand Down

0 comments on commit b578c78

Please sign in to comment.