johncliu / ijcai2022-nmmo-entry

My trained Neural MMO Challenge Agents

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ijcai2022-nmmo-entry

My trained Neural MMO Challenge Agents

python tool.py submit "my-first-submission"

See your submission on Submissions and check your rank on Leaderboard in a few minutes.

- my-submission/            # Directory containing your submission.
    | - other_files         # All others files needed by your submission.
    | - submission.py       # Entrypoint of your submission.
- submission-runtime        # Directory containing default Dockerfile and requirements.txt. 
- Dockerfile                # Dockerfile for your submission. 
- requirements.txt          # Python requirements for your submission.
- .submit.sh                # Helper script for submit.
- tool.py                   # Helper script for validate locally and submit.
- aicrowd.json              # Json for submit.

About

My trained Neural MMO Challenge Agents

License:Apache License 2.0