IntelLabs / coach

Reinforcement Learning Coach by Intel AI Lab enables easy experimentation with state of the art Reinforcement Learning algorithms
https://intellabs.github.io/coach/
Apache License 2.0
2.32k stars 460 forks source link

Fix type annotation #485

Open JohnnyPeng18 opened 2 years ago

JohnnyPeng18 commented 2 years ago

I found an incorrect type annotation in rl_coach/memories/non_episodic/experience_replay.py, and I corrected it using mypy.