This repo contains the scripts needed to generate the results found in Lunar Landings from Demonstrations.
git clone https://github.com/jakegrigsby/lunarDQfD.git
python agents.py --model (student or expert) --mode test
python agents.py --model expert --mode train
python agents.py --model expert --mode demonstrate
python agents.py --model student --mode train
- Keras
- Numpy
- keras-rl
- note that the master version of keras-rl may be missing my additions. See my fork.