igorcheb commited on
Commit
006c840
1 Parent(s): 301867c

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -21,8 +21,8 @@ model-index:
21
  ---
22
 
23
  # **Reinforce** Agent playing **LunarLanderContinuous-v2**
24
- This is a custom agent. Performance has been measured over 900 episodes.
25
- To try the agent, user needs to import the ParameterisedPolicy class from the Agent_class.py file. </br>
26
  Training progress:
27
  ![training](training_graph.jpg)
28
 
 
21
  ---
22
 
23
  # **Reinforce** Agent playing **LunarLanderContinuous-v2**
24
+ This is a custom REINFORCE RL agent. Performance has been measured over 900 episodes.
25
+ To try the agent, user needs to import the ParameterisedPolicy class from the agent_class.py file. </br>
26
  Training progress:
27
  ![training](training_graph.jpg)
28