Skip to content

Python implementation of basic reinforcement learning algorithms for robotic control with v-rep simulator

Notifications You must be signed in to change notification settings

hughhugh/basic_reinforcement_learning

 
 

Repository files navigation

Make sure you have following files in your directory, in order to run the simpleTest example:

1. vrep.py
2. vrepConst.py
3. the appropriate remote API library: "remoteApi.dll" (Windows), "remoteApi.dylib" (Mac) or "remoteApi.so" (Linux)
4. simpleTest.py

About

Python implementation of basic reinforcement learning algorithms for robotic control with v-rep simulator

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 99.7%
  • Batchfile 0.3%