Thanks to visit codestin.com
Credit goes to github.com

Skip to content
This repository was archived by the owner on Oct 31, 2023. It is now read-only.

Commit 9222e15

Browse files
author
Yuandong Tian
committed
Update atari eval
1 parent b2e640c commit 9222e15

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

eval_atari.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@ ROM=$1
22
MODEL=$2
33
GPU=$3
44

5-
game=./atari/game model=actor_critic model_file=./atari/model python3 eval.py --num_games 128 --batchsize 32 --tqdm --gpu $GPU --rom_file $ROM --load $MODEL --eval_stats rewards --reward_clip -1 --num_eval 500 --additional_labels id,last_terminal
5+
game=./atari/game model=actor_critic model_file=./atari/model python3 eval.py --num_games 128 --batchsize 32 --tqdm --gpu $GPU --rom_file $ROM --load $MODEL --eval_stats rewards --reward_clip -1 --num_eval 500 --additional_labels id,last_terminal --keys_in_reply V,rv

0 commit comments

Comments
 (0)