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

Avoid using setattr in persistance class #86

Open CinquilCinquil opened 4 months ago

CinquilCinquil commented 4 months ago

Currently Persistence.py makes use of the method setattr, but that has security issues, so a more secure alternative should be found. Useful reference.