mirror of
https://github.com/wassname/pytorch-a2c-ppo-acktr.git
synced 2026-06-27 16:20:05 +08:00
Fix a typo
This commit is contained in:
@@ -5,7 +5,7 @@ import torch.optim as optim
|
||||
|
||||
|
||||
# TODO: In order to make this code faster:
|
||||
# 1) Implement _extract_patches as a single cuda kernel_size
|
||||
# 1) Implement _extract_patches as a single cuda kernel
|
||||
# 2) Compute QR decomposition in a separate process
|
||||
# 3) Actually make a general KFAC optimizer so it fits PyTorch
|
||||
|
||||
|
||||
Reference in New Issue
Block a user