Skip to content

Latest commit

 

History

History
27 lines (19 loc) · 750 Bytes

README.md

File metadata and controls

27 lines (19 loc) · 750 Bytes

Caribou RL

A DRL-based approach to Caribou conservation based on the methods of the approx-model-or-approx-soln project:

DOI

A three-species foodweb is considered, including interactions between Caribou, Elk and Wolf populations.

Installation

git clone https://github.com/boettiger-lab/rl4caribou.git
cd rl4caribou
pip install .

Train an agent

python scripts/train.py -f path/to/config/file.yml -id "string saving id" [-pb if you want a progress bar displayed]

An quick example:

python scripts/train.py -f hyperpars/example.yml -id "my_first_agent" -pb