yaaf icon indicating copy to clipboard operation
yaaf copied to clipboard

Yet Another Agents Framework - An RL research-oriented framework for agent prototyping and evaluation

Results 2 yaaf issues
Sort by recently updated
recently updated
newest added

Bumps [numpy](https://github.com/numpy/numpy) from 1.19.5 to 1.22.0. Release notes Sourced from numpy's releases. v1.22.0 NumPy 1.22.0 Release Notes NumPy 1.22.0 is a big release featuring the work of 153 contributors spread...

dependencies

In the line 94-100 of `yaaf/execution/Runner.py`, method `Runner.episode()` never ends as the variable `is_terminal` keeps unchanged.