You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Sainnhe Park ed65a65b16
Pass kwargs to gym env
4 weeks ago
src Pass kwargs to gym env 4 weeks ago
.gitignore Ignore __pycache__ 3 months ago
LICENSE Add license 3 months ago
README.md Add README 3 months ago
requirements.txt Use gymnasium 4 weeks ago

README.md

Development

$ python -m venv venv
$ source venv/bin/activate
$ pip install -r requirements.txt

Test functionality

$ python src/test.py