dipcc/dipcc/cc/adjudicator.cc (3 lines): - line 561: // TODO: remove loop, check move_reqs_ - line 657: // TODO: zero min_pending_h2h? can this scenario happen? - line 680: // FIXME: rm fairdiplomacy/data/dataset.py (2 lines): - line 56: # FIXME: uncomment when cfg has stabilized - line 213: # FIXME: either do this in c++ encoding, or (preferably?) ensure that fairdiplomacy/utils/tensorlist.py (2 lines): - line 81: # FIXME temporary workaround for below PyTorch bug - line 136: # FIXME: this is a terrible API fairdiplomacy/selfplay/cc/tensor_dict.h (2 lines): - line 112: // TODO: rewrite the above functions with this template - line 152: // TODO: this may be simplified with constructor in the future version fairdiplomacy/models/diplomacy_model/diplomacy_model.py (2 lines): - line 1335: ] = 1 # FIXME: this is wrong! should be u[0]. But too late for backwards compatibility - line 1347: # FIXME: this could be done better fairdiplomacy/selfplay/search_data_loader.py (1 line): - line 579: # TODO (akhti): add hearbeat and reconnect. fairdiplomacy/situation_check.py (1 line): - line 92: ) # FIXME: early exit fairdiplomacy/agents/searchbot_agent.py (1 line): - line 474: # FIXME: shouldn't this happen before `log_cfr_iter_state`? (not a big deal) fairdiplomacy/agents/multiproc_search_agent.py (1 line): - line 481: server_handler(eval_queue, **kwargs) # FIXME: try multiple threads? fairdiplomacy/agents/ce1p_agent.py (1 line): - line 43: # TODO: parallelize these calls