Quoding 4ac407c78f
Remove test_fn and train_fn as they are not used in PPO PistonBall example for PettingZoo (#840)
Specifically, BasePolicy.set_eps seems to be a remnant from using DQN in
other examples.

* Removed unused functions (test_fn and train_fn) from the pettingzoo
example with PistonBall. These functions use set_eps which is not
available for PPO and is not even called once in the file.
2023-03-31 10:43:21 -07:00
..
2023-02-03 11:57:27 -08:00
2023-03-03 16:57:04 -08:00
2023-02-03 11:57:27 -08:00
2023-02-03 11:57:27 -08:00
2023-02-03 11:57:27 -08:00
2023-03-12 22:07:16 -07:00
2023-02-03 11:57:27 -08:00
2020-03-11 17:28:51 +08:00