UFRN-URNAI / urnai-tools

A modular Deep Reinforcement Learning library that supports multiple environments, made with Python 3.6.
Apache License 2.0
5 stars 8 forks source link

Correct State Space update call in AgentBase #100

Closed CinquilCinquil closed 1 month ago

CinquilCinquil commented 1 month ago

In line 57 of agent_base.py it should be self.state_space.update(obs) instead of self.update_state(obs).