basic_reinforcement_learning
basic_reinforcement_learning copied to clipboard
Python implementation of basic reinforcement learning algorithms for robotic control with v-rep simulator
Make sure you have following files in your directory, in order to run the simpleTest example:
- vrep.py
- vrepConst.py
- the appropriate remote API library: "remoteApi.dll" (Windows), "remoteApi.dylib" (Mac) or "remoteApi.so" (Linux)
- simpleTest.py