Closed WiemKhlifi closed 9 months ago
Set the appropriate type for episode_return in the Checkpointer class, fix the ExperimentOutput type in the quickstart notebook, and add missing kwargs in the jumanji_make_env function.
episode_return
Checkpointer
ExperimentOutput
jumanji_make_env
The changes made have resolved the bugs identified.
All checks are done 🙌
What?
Set the appropriate type for
episode_return
in theCheckpointer
class, fix theExperimentOutput
type in the quickstart notebook, and add missing kwargs in thejumanji_make_env
function.Why?
The changes made have resolved the bugs identified.