diff --git a/README.md b/README.md index b615bc212dff842ff6373b3de1b2b0095bfa06c4..95c4aaec55eaccd92d53287a8027d54b94b3bd54 100644 --- a/README.md +++ b/README.md @@ -37,7 +37,9 @@ python "path_to_your_python_script" ## REINFORCE -The REINFORCE algorithm is used to solve the Cartpole environment. The plot showing the total reward accross episodes can be seen below:  +The REINFORCE algorithm is used to solve the Cartpole environment. The plot showing the total reward accross episodes can be seen below: + + The python script used is: ```reinforce_cartpole.py```.