Dreamer_PyTorch
Dreamer_PyTorch copied to clipboard
Unofficial Re-implementation of "Dream to Control: Learning Behaviors by Latent Imagination" (https://arxiv.org/abs/1912.01603 ) with PyTorch
Results
1
Dreamer_PyTorch issues
Sort by
recently updated
recently updated
newest added
Hi, thank you for you code, when I try to impletment the following codes in train.py _# update action model (multiply -1 for gradient ascent) action_loss = -1 * (lambda_target_values.mean())...