RasmusBrostroem / ConnectFourRL

0 stars 0 forks source link

Update docstrings in `players.py` #113

Open jbirkesteen opened 1 year ago

jbirkesteen commented 1 year ago

Added docstrings to new methods for benchmarking. A few of the recent changes (benchmarking in #109, attributes with #105, as well as the TDAgent itself) were not mentioned in the class docstring of Player(). This has also been updated.

109 needs to be merged prior to this one, as this branch is based on that branch.