https://github.com/Ardavans/DSR
Raw File
Tip revision: 373ee5a8c9fbdf15331f68be5778022254dc107c authored by Simanta Gautam on 25 August 2016, 17:14:58 UTC
Merge branch 'master' of https://github.com/Ardavans/DSR
Tip revision: 373ee5a
runner.sh
echo 'Uncomment lines for running particular scenarios'

# To run MazeBase uncomment any of the following
#./run_gpu MovingGoals 8000 dsr 1 5000 500 1 256 0
#./run_gpu MovingGoalsEasy 8000 dsr 1 5000 500 1 256 0
#./run_gpu MovingGoalsMedium 8000 dsr 1 5000 500 1 256 0

# To run doom
# cd python dsr; python doom.py 8100 &; cd ..; 
# ./run_gpu doom 8000 dsr 1 30000 10000 3 512 0
back to top