ICLR2021-Workshop-Challenge-Track2-Baseline

A simple A2C alogrithm baseline implemented by tianshou.

Requirement

pip install tianshou==0.3.0

Usage

For train and test:

python train_and_test.py

For submit format:

python make_submit.py

Then, the file "ans.pk" can be submmited.