Open purvapruthi opened 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.
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.