RasmusBrostroem / ConnectFourRL

0 stars 0 forks source link

Mention benchmarking and `TDAgent` in `players.py` #111

Open jbirkesteen opened 1 year ago

jbirkesteen commented 1 year ago

The benchmarking functionality needs to be described (if just briefly) in the docstring of the Player() class. In addition, document the methods related to benchmarking (log_benchmark() and update_benchmark_stats().

Similarly, TDAgent needs to be mentioned in the module docstring.