/pygtgym

A python wrapper for reinforcement learning gym environments created using the genesis-tubs JavaScript physics engine.

Primary LanguageJavaScript

pygtgym


A python wrapper for reinforcement learning gym environments created using the genesis-tubs JavaScript physics engine.

Note: This repo is under development


setup

To do so by hand use:

cd src/js
npm install

Or

make setup

tests

python tests/setup.py
python tests/gui.py

or

make test