jpiramirez / CoppeliaSimRL

Reinforcement learning environment with CoppeliaSim simulation platform.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Reinforcement Learning Workspace

The basic workspace for reinforcement learning with CoppeliaSim (VREP) simulation environments, including some demonstrated project for beginners. Some tutorials can be found at:

All the demos have been tested on Ubuntu 20.04, with Anaconda python environment.


Environments setup

You have to install the following softwares and environments for this project, the recommend operating system is Ubuntu.


Demo 1: Cart-pole control with the A2C (modified SAC) algorithm

  • Step 1: run CoppeliaSim, import cart_pole.ttt
  • Step 2: run visdom in your terminal, open your browser, and visit link: localhost:8097
  • Step 3: run the script named 'demo_cart_pole_learning.py' in the sub-path ./examples

Then we have:

About

Reinforcement learning environment with CoppeliaSim simulation platform.


Languages

Language:Python 100.0%