-
Notifications
You must be signed in to change notification settings - Fork 116
Open
Description
Hi, I'd to have a question about the following block
Line 60 in eb5c9b9
| if player.done and not player.info: |
if player.done and not player.info:
state = player.env.reset()
player.eps_len += 2
player.state = torch.from_numpy(state).float()
if gpu_id >= 0:
with torch.cuda.device(gpu_id):
player.state = player.state.cuda()
elif player.info:
I don't quite understand when the info equals True or False, what is the meaning off having info=True and info=False ?
I can't seem to find a documentation about this info flag on Gym website :(
Thanks
Metadata
Metadata
Assignees
Labels
No labels