https://github.com/steventango/plant-rl
https://github.com/steventango/plant-rl
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/steventango/plant-rl
- Owner: steventango
- Created: 2025-01-21T22:49:39.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2026-01-18T21:35:16.000Z (4 months ago)
- Last Synced: 2026-01-19T03:32:40.375Z (4 months ago)
- Language: Jupyter Notebook
- Size: 759 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 36
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Optimal Greenhouse Lighting by Reinforcement Learning
This repository is based on andnp/rl-control-template. Please see its README.md for a (slightly outdated) installation and user guide.
## Usage
Run a random agent in PlantGrowthChamber
```bash
python src/main_real.py -e experiments/online/E1/P0/Random.json -i 0
```
To deploy in all zones
```bash
docker compose up -d zone1 zone2 zone3 zone4 zone5 zone6 zone7 zone8 zone9 zone10 zone11 zone12
```