Hawk91 commited on
Commit
058fa8f
1 Parent(s): 2055cdb

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -3
README.md CHANGED
@@ -24,7 +24,7 @@ This is a trained model of **DQN** agent that plays **PongNoFrameskip-v4**
24
  Pong is a Atari 2600 game imported from Gym environment.
25
  Agent is implemented from Deep Reinforcement Learning by Max Lapan.
26
  The code is present in the github link:
27
- https://github.com/mohit-ix/DeepRL/tree/main/Unit%206
28
  The performance of agent at different steps is present here: [https://youtu.be/03Pl5Odc2jM]
29
 
30
  To use the agent use "03_dqn_play.py" from the github link and type:
@@ -33,5 +33,5 @@ python 03_dqn_play.py -m [model_name] -r [recording_location] --no-vis
33
 
34
  ```
35
 
36
- add "-r [recoding_location]" if you want to save the recording
37
- remove "--no-vis" if you want to render the gamplay by the agent.
 
24
  Pong is a Atari 2600 game imported from Gym environment.
25
  Agent is implemented from Deep Reinforcement Learning by Max Lapan.
26
  The code is present in the github link:
27
+ [https://github.com/mohit-ix/DeepRL/tree/main/Unit%206]
28
  The performance of agent at different steps is present here: [https://youtu.be/03Pl5Odc2jM]
29
 
30
  To use the agent use "03_dqn_play.py" from the github link and type:
 
33
 
34
  ```
35
 
36
+ Add "-r [recoding_location]" if you want to save the recording.
37
+ Remove "--no-vis" if you want to render the gamplay by the agent.