Skip to content

Reinforcement learning environment with CoppeliaSim simulation platform.

Notifications You must be signed in to change notification settings

chauby/CoppeliaSimRL

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages