Closed CinquilCinquil closed 2 months ago
In line 57 of agent_base.py it should be self.state_space.update(obs) instead of self.update_state(obs).
agent_base.py
self.state_space.update(obs)
self.update_state(obs)
In line 57 of
agent_base.py
it should beself.state_space.update(obs)
instead ofself.update_state(obs)
.