Skip to content

yqi19/cs5180

Repository files navigation

Competition_3v3snakes

Environment

Competition_3v3snakes


Dependency

You need to create competition environment.

conda create -n snake1v1 python=3.6

conda activate snake1v1

pip install -r requirements.txt


How to reproduce our environment results

cd /agent/dqn
ls
# for
python dqn_non_due_trainer.py

How to test submission

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"



Watch reply locally

  1. Open reply/reply.html in any browser.
  2. Load a log.
  3. Reply and watch ^0^.

About

Course Project about CS5180

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published