https://github.com/pockerman/rlenvscpp
Environments and various utilities for reinforcement learning with C++
https://github.com/pockerman/rlenvscpp
cpp gymnasium-environment openai-gym reinforcement-learning reinforcement-learning-environments
Last synced: 6 months ago
JSON representation
Environments and various utilities for reinforcement learning with C++
- Host: GitHub
- URL: https://github.com/pockerman/rlenvscpp
- Owner: pockerman
- Created: 2021-07-21T12:15:33.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2025-04-05T11:43:37.000Z (6 months ago)
- Last Synced: 2025-04-05T12:27:20.264Z (6 months ago)
- Topics: cpp, gymnasium-environment, openai-gym, reinforcement-learning, reinforcement-learning-environments
- Language: C++
- Homepage: https://rlenvscpp.readthedocs.io/en/latest/
- Size: 5.46 MB
- Stars: 14
- Watchers: 0
- Forks: 0
- Open Issues: 14
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
[](https://github.com/pockerman/rlenvs_from_cpp/actions/workflows/build.yml)
# rlenvscpp```rlenvscpp``` is an effort to provide implementations and wrappers of environments suitable for training reinforcement learning agents
using C++. In addition, the library provides various utilities such as experiment tracking,
representing trajectories via waypoints and simple implementation of popular dynamics such as
quadrotor dynamics.Various RL algorithms using the environments can be found at cuberl.
The documentation for the library can be found here