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

Update README.md

parent 33ad6bba
No related branches found
No related tags found
No related merge requests found
......@@ -2,7 +2,8 @@
This TD introduces different algorithms, frameworks and tools used in Reinforcement Learning. The methods are applied to the robotic field: a Cartpole and the PandaReachJointsDense environment.
## 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) \n
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.
## Familiarization with a complete RL pipeline: Application to training a robotic arm
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment