RasmusBrostroem / ConnectFourRL

0 stars 0 forks source link

Move definition of `calculate_rewards()` #110

Closed jbirkesteen closed 1 year ago

jbirkesteen commented 1 year ago

Passed the definition in the Player class and moved the old definition to the first of the DirectPolicyAgents.

However, the TDAgent still needs to have its own definition to pass it, since it inherits from the DirectPolicyAgent.