eleurent / rl-agents

Implementations of Reinforcement Learning and Planning algorithms
MIT License
553 stars 149 forks source link

Fix `AbstractAgent` directory attribute. #101

Closed Gamenot closed 11 months ago

Gamenot commented 11 months ago

This is a fairly clear bug.

With that said, I have seen no use of directory or set_directory() anywhere in the project so it is also possible those attributes should just be removed.

eleurent commented 11 months ago

Thanks! You're right, I think I moved it to the Evaluation and that it should be removed altogether, by let's merge this for now :)