Tetris-deep-Q-learning-pytorch icon indicating copy to clipboard operation
Tetris-deep-Q-learning-pytorch copied to clipboard

What does env.get_next_states() return?

Open Michi-123 opened this issue 4 years ago • 2 comments
trafficstars

What does env.get_next_states() return?

'next_state' shows tensor([ 0., 75., 5., 107.], device='cuda:0')

'next_actions' shows ((0, 0), (1, 0), ... , (8, 3))

Michi-123 avatar Apr 04 '21 09:04 Michi-123

It returns the outcomes after placing the current piece in all possible locations

g-satyavamsi avatar Apr 23 '21 03:04 g-satyavamsi

Thank you so much.

Michi-123 avatar Apr 23 '21 15:04 Michi-123