Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
wenzhangliu committed Aug 27, 2023
1 parent fdd93d7 commit d78c752
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@ dist/
.eggs/
xuanpolicy.egg-info/
models/
*.sh/
*.sh
.VSCodeCounter/
**/__pycache__
12 changes: 7 additions & 5 deletions train_dqn_D_E.sh → train_dqn_D_G.sh
Original file line number Diff line number Diff line change
@@ -1,11 +1,13 @@
#!/bin/sh

CUDA_VISIBLE_DEVICES=0 python benchmark.py --method dqn --env atari --env-id ALE/Defender-v5

CUDA_VISIBLE_DEVICES=0 python benchmark.py --method dqn --env atari --env-id ALE/DemonAttack-v5

CUDA_VISIBLE_DEVICES=0 python benchmark.py --method dqn --env atari --env-id ALE/DoubleDunk-v5

CUDA_VISIBLE_DEVICES=0 python benchmark.py --method dqn --env atari --env-id ALE/ElevatorAction-v5

CUDA_VISIBLE_DEVICES=0 python benchmark.py --method dqn --env atari --env-id ALE/Enduro-v5
CUDA_VISIBLE_DEVICES=0 python benchmark.py --method dqn --env atari --env-id ALE/FishingDerby-v5

CUDA_VISIBLE_DEVICES=0 python benchmark.py --method dqn --env atari --env-id ALE/Frostbite-v5

CUDA_VISIBLE_DEVICES=0 python benchmark.py --method dqn --env atari --env-id ALE/Gopher-v5

CUDA_VISIBLE_DEVICES=0 python benchmark.py --method dqn --env atari --env-id ALE/Gravitar-v5

0 comments on commit d78c752

Please sign in to comment.