https://github.com/elldritch/gymnast
Exercises from OpenAI's Gym.
https://github.com/elldritch/gymnast
Last synced: about 1 month ago
JSON representation
Exercises from OpenAI's Gym.
- Host: GitHub
- URL: https://github.com/elldritch/gymnast
- Owner: elldritch
- Created: 2024-09-11T09:15:38.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-10-23T20:15:53.000Z (over 1 year ago)
- Last Synced: 2025-02-24T10:49:30.393Z (over 1 year ago)
- Language: Python
- Homepage:
- Size: 211 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
See `pyproject.toml` for `[project.scripts]`. Run using:
```bash
# Train
$ CUBLAS_WORKSPACE_CONFIG=:4096:8 uv run $SCRIPT train --env $ENV_ID --save_to ./.scratch/model_$(date +%s).pt
# Infer
$ CUBLAS_WORKSPACE_CONFIG=:4096:8 uv run $SCRIPT infer --load_from ./.scratch/model_1727759757.pt
```