gym/gym/benchmarks/scoring.py (4 lines): - line 19: # TODO could do smarter matching of results to trials if we have extras - line 20: # TODO for now, baked in assumption that the number of trials is the - line 257: # TODO if we don't merge monitor files together at a higher level this logic - line 421: # TODO actually compute solves for this gym/gym/wrappers/monitoring.py (2 lines): - line 212: # TODO: calculate a more correct 'episode_id' upon merge - line 374: # TODO training_dir isn't used except for error messages, clean up the layering gym/gym/envs/registration.py (2 lines): - line 54: # TODO: Add the following deprecation warning after 2017/02/18 - line 63: # TODO: Add the following deprecation warning after 2017/03/01 gym/gym/scoreboard/client/api_requestor.py (1 line): - line 145: # TODO: Be strict about other Content-Types gym/gym/envs/box2d/car_racing.py (1 line): - line 378: self._render_indicators(WINDOW_W, WINDOW_H) # TODO: find why 2x needed, wtf gym/gym/envs/algorithmic/algorithmic_env.py (1 line): - line 72: # TODO: Not clear why this is a class variable rather than instance. gym/gym/envs/board_game/go.py (1 line): - line 272: self.opponent_policy = make_pachi_policy(board=board, engine_type=six.b('uct'), pachi_timestr=six.b('_2400')) # TODO: strength as argument gym/gym/utils/seeding.py (1 line): - line 81: # TODO: don't hardcode sizeof_int here gym/gym/scoreboard/client/http_client.py (1 line): - line 57: # e.g. a socket timeout. TODO: The other fetch methods probably gym/gym/utils/atomic_write.py (1 line): - line 20: # TODO: on Windows, this will raise if the file is in use, gym/gym/envs/algorithmic/reversed_addition.py (1 line): - line 26: # TODO: It seems like this time limit is so strict as to make Addition3-v0