Update README.md
Browse files
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
|
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 |
|