Autonomous Racing  1
f1tenth Project Group of Technical University Dortmund, Germany
train_q_learning.py File Reference

Go to the source code of this file.

Classes

class  train_q_learning.QLearningTrainingNode
 

Namespaces

 train_q_learning
 

Variables

 train_q_learning.BATCH_INDICES = torch.arange(0, BATCH_SIZE, device=device, dtype=torch.long)
 
 train_q_learning.node = QLearningTrainingNode()