Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jaimemosg/gym_wo_scheduling
https://github.com/jaimemosg/gym_wo_scheduling
Last synced: 9 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/jaimemosg/gym_wo_scheduling
- Owner: Jaimemosg
- Created: 2024-09-06T17:17:17.000Z (2 months ago)
- Default Branch: main
- Last Pushed: 2024-09-06T17:27:08.000Z (2 months ago)
- Last Synced: 2024-09-06T20:49:14.384Z (2 months ago)
- Language: Python
- Size: 4.88 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Gym environment for work order scheduling
```bash
python -m venv .env
source .env/bin/activate
pip install -e .
```