Daniel Plop 8a0629ded6
Fix mypy issues in tests and examples ()
Closes  

- `SamplingConfig` supports `batch_size=None`. 
- tests and examples are covered by `mypy`. 
- `NetBase` is more used, stricter typing by making it generic. 
- `utils.net.common.Recurrent` now receives and returns a
`RecurrentStateBatch` instead of a dict. 

---------

Co-authored-by: Michael Panchenko <m.panchenko@appliedai.de>
2024-04-03 18:07:51 +02:00
..
2024-02-07 17:28:16 +01:00
2024-02-09 19:43:10 +01:00