HarryWang
Results
1
issues of
HarryWang
May I ask how did you train your agent? I used the standard baselines method: `python -m baselines.run --alg=deepq --env=PongNoFrameskip-v4 --num_timesteps=1e7 --save_path=~/models/pong_10M_deepq ` However, the trained model cannot be used...