tgeijten / scone-rl

Gym environments for biomechanics reinforcement learning research

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

scone-rl

Gym environments designed for biomechanics reinforcement learning research.

Prerequisits

Before using scone-rl, make sure the following is installed on your machine:

Installation

To install scone-rl, navigate to the folder where you downloaded this repository and type:

pip install -e .

The -e flag will cause the package to directly use the code at the repository location, so that it automatically gets updated when you update the scone-rl repository. If you do not want that, leave out the -e option.

That's it! Try out the included example to get started.

Contributors

About

Gym environments for biomechanics reinforcement learning research

License:Apache License 2.0


Languages

Language:Python 100.0%