Skip to content

gegelati/gymnasium-wrapper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Gymnasium Wrapper

The purpose of this wrapper is to link the TPG Gegelati library to the Gymnasium reinforcement learning environment.

How to install

Currently tested only on Mac OS.

Prerequisites

Installation

Clone the repository and navigate in it:

git clone https://github.com/gegelati/gynmasium-wrapper.git
cd gynmasium-wrapper

Build the example pendulum learning environment:

cd bin
cmake ..
cmake --build .

Run the example pendulum learning environment:

./Release/pendulum

Once satisfied, interface your own learning environment from Gymnasium for more adventures!

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published