The gym-fin suite for OpenAI Gym
.. image:: https://travis-ci.org/schuderer/bprl.svg?branch=master :target: https://travis-ci.org/schuderer/bprl
.. image:: https://coveralls.io/repos/github/schuderer/bprl/badge.svg?branch=master :target: https://coveralls.io/github/schuderer/bprl?branch=master
.. image:: https://img.shields.io/badge/code%20style-black-000000.svg :target: https://github.com/python/black
.. note::
This work is partially unpublished and in progress. Please do not cite the repository as a whole, but use the recommendations for the specific components below.
To install Sim-Env
:
.. code:: console
$ pip install git+https://github.com/schuderer/bprl
For usage of, or to cite, Sim-Env
, please use our PAAMS Demo Paper <https://doi.org/10.1007/978-3-030-85739-4_39>
_:
Schuderer A., Bromuri S., van Eekelen M. (2021) Sim-Env: Decoupling OpenAI Gym Environments from Simulation Models. In: Dignum F., Corchado J.M., De La Prieta F. (eds) Advances in Practical Applications of Agents, Multi-Agent Systems, and Social Good. The PAAMS Collection. PAAMS 2021. Lecture Notes in Computer Science, vol 12946. Springer, Cham. https://doi.org/10.1007/978-3-030-85739-4_39
For more in-depth explanations and code examples, please find
supplementary material on Sim-Env here <http://arxiv.org/abs/2102.09824>
_.