RasmusBrostroem / ConnectFourRL

0 stars 0 forks source link

`batch_size` and `n_updates` are hardcoded in `training_script.py` #83

Closed jbirkesteen closed 1 year ago

jbirkesteen commented 1 year ago

These variables are provided as arguments but their values are overwritten in the implemented function.

jbirkesteen commented 1 year ago

Also, in the same script: the run.stop() call on line 78 needs to be guarded by an if-clause, since run is created only if logging is activated.