Skip to content

Commit

Permalink
add recovery
Browse files Browse the repository at this point in the history
  • Loading branch information
huangzhengxiang committed Jun 5, 2023
1 parent 0399c93 commit ed2ba05
Show file tree
Hide file tree
Showing 13 changed files with 1,365 additions and 256 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
ckpts/
ckpts/
__pycache__/
9 changes: 8 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ Calculate the average score.
python vis.py --test_times 10
~~~

### "Human Expert"
### 3. "Human Expert"
BoxingNoFrameskip-v4: 5
BreakoutNoFrameskip-v4: 30
PongNoFrameskip-v4: -4.5
Expand All @@ -69,4 +69,11 @@ python human.py --env_name VideoPinball-ramNoFrameskip-v4
python human.py --env_name BreakoutNoFrameskip-v4
python human.py --env_name PongNoFrameskip-v4
python human.py --env_name BoxingNoFrameskip-v4
~~~

### 4. Other Utils

~~~
python vis.py --env_name VideoPinball-ramNoFrameskip-v4 --render_mode human --test_times 1
python run.py --env_name VideoPinball-ramNoFrameskip-v4 --load
~~~
Binary file removed __pycache__/agent.cpython-37.pyc
Binary file not shown.
Binary file removed __pycache__/agent.cpython-38.pyc
Binary file not shown.
Binary file removed __pycache__/model.cpython-37.pyc
Binary file not shown.
Binary file removed __pycache__/model.cpython-38.pyc
Binary file not shown.
Binary file removed __pycache__/vis.cpython-37.pyc
Binary file not shown.
Binary file removed __pycache__/vis.cpython-38.pyc
Binary file not shown.
Binary file modified best_ckpt/VideoPinball-ramNoFrameskip-v4/DQN/DQNet.pkl
Binary file not shown.
Loading

0 comments on commit ed2ba05

Please sign in to comment.