RasmusBrostroem / ConnectFourRL

0 stars 0 forks source link

Add alpha as kwarg #105

Closed jbirkesteen closed 1 year ago

jbirkesteen commented 1 year ago

The learning rate alpha for TDAgent should be configurable at initialisation. Add alpha as kwarg for Player such that TDAgent inherits it.

RasmusBrostroem commented 1 year ago

If it is only TDAgent and no other agent, that uses alpha, then we should consider only having it in the TDAgent kwargs