CityBrainChallenge / KDDCup2021-CityBrainChallenge-starter-kit

75 stars 40 forks source link

where is the latest environment for round 3? #51

Closed KK666-AI closed 3 years ago

KK666-AI commented 3 years ago

Dear author,

Where is the latest environment for round 3? In this line from evaluate.py in the master branch, I notice that the latest environment is updated to from CBEngine_round3 import CBEngine_round3 as CBEngine_rllib_class, where it invokes from CBEngine_rllib.CBEngine_rllib import CBEngine_rllib as CBEngine_rllib_class. There occurs the following error: ModuleNotFoundError: No module named 'CBEngine_rllib'

behrisch commented 3 years ago

You probably need to update your docker container to 0.1.3

Kanstarry9T commented 3 years ago

You need to pull the latest docker container, the newest docker version is 0.1.3. Please refer to this link: https://kddcup2021-citybrainchallenge.readthedocs.io/en/final-phase/try-it-yourself.html#installation

KK666-AI commented 3 years ago

Thanks.

KK666-AI commented 3 years ago

One more question, i notice that in your installation instruction, you say multi-flow training , do you mean the round 3 supports vectorized environment?

Kanstarry9T commented 3 years ago

multi-flow training means that training your model on multiple traffic flow settings.