JdeRobot / BehaviorMetrics

Autonomous driving neural network comparison tool
https://jderobot.github.io/BehaviorMetrics/
GNU General Public License v3.0
55 stars 48 forks source link

DRL Cartpole example #19

Open igarag opened 4 years ago

igarag commented 4 years ago

For the initiation of reinforcement learning with the Gym-Gazebo library and OpenAI Gym

SakshayMahna commented 4 years ago

Hello, I would like to work on it! I am thinking of adding a new directory in the main repo, would this be right? The directory will contain the OpenGym environment configuration and an RL algorithm that is applied on the environment.

dcharrezt commented 4 years ago

Hi @igarag,

I would like to help with this issue, is it going to be added to a new tab similar to the Jderobot Academy exercises?

igarag commented 4 years ago

Hello.

The last thing we managed to do with this incident was to launch the world of Gazebo with the Cartpole models but without success to be able to move the car or the stick.

The models can be found in the 'erlerobot' repository at this link. You can try to make it work externally until we have clear the location of the learning-by-doing exercises.

If the exercise is successfully ported it can become part of the JdeRobot Academy exercise collection, of course, as long as we accommodate the platform infrastructure in the near future: Noetic with Python3, etc...