You need to create competition environment.
conda create -n snake1v1 python=3.6
conda activate snake1v1
pip install -r requirements.txt
cd /agent/dqn
ls
# for
python dqn_non_due_trainer.py
You can locally test your submission. At Jidi platform, we evaluate your submission as same as run_log.py
Once you run this file, you can locally check battle logs in the folder named "logs".
For example,
python run_log.py --my_ai "random" --opponent "rl"
- Open reply/reply.html in any browser.
- Load a log.
- Reply and watch ^0^.