Metadata-Version: 2.2
Name: gymtonic
Version: 0.1.6
Summary: A set of Gymnasium compatible environments.
Author-email: Inaki Vazquez <ivazquez@deusto.es>
Project-URL: Homepage, https://github.com/inakivazquez/gymtonic
Project-URL: Issues, https://github.com/inakivazquez/gymtonic/issues
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Operating System :: OS Independent
Requires-Python: >=3.8
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: numpy
Requires-Dist: gymnasium>=1.1.1
Requires-Dist: pybullet
Requires-Dist: mujoco

[![Python](https://img.shields.io/pypi/pyversions/gymtonic.svg)](https://badge.fury.io/py/gymtonic)
[![PyPI](https://badge.fury.io/py/gymtonic.svg)](https://badge.fury.io/py/gymtonic)

# gymtonic
Pybullet-based Gymnasium compatible environments.

This project provides a collection of Gymnasium compatible environments. Each environment is designed to offer a unique task for reinforcement learning agents.

To learn more about each environment, click on the name:

## Simple Grid-based environments
- [GridTarget](./docs/grid_target.md)
- [GridTargetSimple](./docs/grid_target_simple.md)
- [GridTargetDirectional](./docs/grid_target_directional.md)


## Soccer environments
- [SoccerSingle](docs/soccer_single.md)

## Other environments
- [BlockPush](docs/block_push.md)

Feel free to explore these environments and start training your RL agents!
