[IMPORTANT NOTICE] Update to the notebook

The bsuite-challenge-starter-kit notebook has been updated which allows the Runner class to give the Agent's learn() access to the done flag.

  • The major change is in the Agent class where the done flag is passed as the final parameter.
  • The minor changes are to (a) the RandomAgent to mirror the same change in the learn() and (b) the example train loop now passes the done flag to the learn()

Please make sure to use the updated notebook.

1 Like