Update README.md
Browse files
README.md
CHANGED
@@ -22,3 +22,6 @@ model-index:
|
|
22 |
|
23 |
# **Reinforce** Agent playing **LunarLanderContinuous-v2**
|
24 |
This is a custom agent. Performance has been measured over 900 episodes.
|
|
|
|
|
|
|
|
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)
|