Skip to content
Snippets Groups Projects
Commit e3120f31 authored by oscarchaufour's avatar oscarchaufour
Browse files

Update README.md

parent f0cbdf08
Branches main
No related tags found
No related merge requests found
...@@ -37,7 +37,9 @@ python "path_to_your_python_script" ...@@ -37,7 +37,9 @@ python "path_to_your_python_script"
## REINFORCE ## REINFORCE
The REINFORCE algorithm is used to solve the Cartpole environment. The plot showing the total reward accross episodes can be seen below: ![Alt text](images/reinforce_rewards.png) The REINFORCE algorithm is used to solve the Cartpole environment. The plot showing the total reward accross episodes can be seen below:
![Alt text](images/reinforce_rewards.png)
The python script used is: ```reinforce_cartpole.py```. The python script used is: ```reinforce_cartpole.py```.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment