-
Notifications
You must be signed in to change notification settings - Fork 349
Basic Usage with Python
Yunlong edited this page Aug 31, 2020
·
4 revisions
Install the Flightmare library flightlib
To run the reinforcement learning example, you have to first install flightmare library please follow the guide of Install with pip.
Install the Flightmare RL baselines flightrl
conda activate ENVNAME
cd /path/to/flightmare/flightrl
cd examples
python3 run_drone_control.py --train 1
cd examples
python3 run_drone_control.py --train 0