google-research / batch_rl

Offline Reinforcement Learning (aka Batch Reinforcement Learning) on Atari 2600 games
https://offline-rl.github.io/
Apache License 2.0
520 stars 73 forks source link

About terminal in Atari dataset #38

Open tatekennn opened 7 months ago

tatekennn commented 7 months ago

In the Atari dataset provided, I can tell when the game is over, but I can't tell when the agent has lost a life. (i.e. 3 lives in Alien). Is there any way to determine this?

agarwl commented 5 months ago

@psc-g might know about how loss of life is related to terminals in Dopamine.