summaryrefslogtreecommitdiff
path: root/candle-examples/examples/reinforcement-learning/main.rs
Commit message (Expand)AuthorAgeFilesLines
* Remove some unused macros. (#2618)Laurent Mazare2024-11-151-2/+0
* Apply rustfmt. (#1873)Laurent Mazare2024-03-181-3/+3
* Add a DQN example to the reinforcement-learning section (#1872)Gabriel2024-03-181-0/+3
* Add Policy Gradient to Reinforcement Learning examples (#1500)s-casci2023-12-301-122/+15
* Add DDPG and fix Gym wrapper (#1207)Travis Hammond2023-10-281-8/+77
* Add some reinforcement learning example. (#1090)Laurent Mazare2023-10-141-0/+75