toybox-rs / ToyboxAgents

0 stars 1 forks source link

reset_seed method in agents/__main__.py giving error #2

Open purvapruthi opened 4 years ago

purvapruthi commented 4 years ago

File "ToyboxAgents/agents/main.py", line 47, in agent.reset_seed(args.seed) AttributeError: 'StayAlive' object has no attribute 'reset_seed'

It needs to be replaced with the _reset_seed method.