An open API service indexing awesome lists of open source software.

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++

Awesome Lists containing this project

README

          

[![Build rlenvs](https://github.com/pockerman/rlenvs_from_cpp/actions/workflows/build.yml/badge.svg)](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