Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

Awesome Lists containing this project

README

        

# gym-tidal-turbine
GYM environment for RL testing

### How to test
#### test manual controllers, no RL

better 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/activate

pip install -e .

python test.py
```

### Notes
- when w_m is below 0.1, the environment is terminated