/rlcomp2020

Record our team's effort in an RL competition organized by Fsoft, a software company in Vietnam

Primary LanguageJupyter NotebookMIT LicenseMIT

rlcomp2020 Is A Repo in Order to

record my "struggling" in an RL competition held by Fsoft, a company in vietnam.

Ref. URLs

How to Run TestingAgent.py in Miner-Testing-CodeSample/build/?

  1. In one terminal, run
# Either not needing to change directory into Miner-Testing-Server/
python Miner-Testing-Server/DUMMY_SERVER.py 1111
# Or changing dir into Miner-Testing-Server/ are both fine.
cd Miner-Testing-Server/
python DUMMY_SERVER.py 1111
  1. In another terminal, run
cd Miner-Testing-CodeSample/build/
python TestingAgent.py

QnA

  1. BTC cho mình hỏi maximum số vàng của một ô có giới hạn ntn ạ
    • Map được thiết kế để đảm bảo 4 đội sẽ run trong khoảng 100 step thì vừa hết vàng hoặc gần hết vàng. Bạn dựa vào đó để tính toán giới hạn vàng nhé. Bạn có thể tham khảo 5 map đấu với bot.
  2. On gold with energy=2, if the player choose to dig, then
    • The player will die and this w/o obtaining any gold.

About MinerEnv

  • Want to know the score, energy, etc. of all players (agent as well as bots or agent of other teams)?
    • self.state.players is the list of all players, identified by "playerId" (cf. round01/debug_player_info.py)