/gymnasium.mbt

Primary LanguagePythonApache License 2.0Apache-2.0

Gymnasium Demo

Setup using Pyenv and venv

pyenv local 3.11
python3.11 -m venv .venv
source .venv/bin/activate
pip3 install 'gymnasium[all]' wasmtime

Run

make run