Vinícius Freitas de Almeida

Results 1 issues of Vinícius Freitas de Almeida

I'm reading a [PyTorch tutorial on RL](https://pytorch.org/tutorials/intermediate/reinforcement_q_learning.html) and would like to know how to translate this to tch-rs code: ```python # Compute V(s_{t+1}) for all next states. # Expected values...