UE18CS400SH
- Sumukh Aithal K
- Dhruva Kashyap
States is a tensor of shape: [?, 3, 210, 160].
Action is a tensor of shape: [?, 9].
pip install -r requirements.txt
Download the Enduro ROM from this link.
ale-import-roms <path to the ROM>/
python play.py --record --store_path <path to save the video> --trial_name <name of the trial>
Download our dataset from this link.
python main.py --batch_size=64 --store_path="../trials/" --trial_names t1 t2 t3 --train --model Simple --epochs=25 --num_workers=2 --train_run_name="resnet_train"
Download the weights of our best model from this link.
python main.py --model ResNet --model_path models/ --train_run_name test/ --play