summaryrefslogtreecommitdiff
path: root/candle-examples/examples/reinforcement-learning/ddpg.rs
Commit message (Expand)AuthorAgeFilesLines
* Detach the tensors on batch-norm eval. (#1702)Laurent Mazare2024-02-131-1/+1
* Add Policy Gradient to Reinforcement Learning examples (#1500)s-casci2023-12-301-0/+105
* Add DDPG and fix Gym wrapper (#1207)Travis Hammond2023-10-281-0/+451