Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/raiszo/gym-tidal-turbine
GYM environment for RL testing
https://github.com/raiszo/gym-tidal-turbine
Last synced: 3 days ago
JSON representation
GYM environment for RL testing
- Host: GitHub
- URL: https://github.com/raiszo/gym-tidal-turbine
- Owner: Raiszo
- Created: 2019-01-16T15:59:42.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2023-03-25T01:42:56.000Z (almost 2 years ago)
- Last Synced: 2024-03-15T08:04:37.620Z (11 months ago)
- Language: Python
- Size: 84 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# gym-tidal-turbine
GYM environment for RL testing### How to test
#### test manual controllers, no RLbetter to use python3
Be sure to have virtualenv installed, refer to this [manual](https://virtualenv.pypa.io/en/latest/installation/)```bash
git clone https://github.com/Raiszo/gym-tidal-turbine.git
cd gym-tidal-turbine
python3 -m virtualenv .venv
source .venv/bin/activatepip install -e .
python test.py
```### Notes
- when w_m is below 0.1, the environment is terminated