summaryrefslogtreecommitdiff
path: root/candle-examples/examples/reinforcement-learning
Commit message (Expand)AuthorAgeFilesLines
* Remove some unused macros. (#2618)Laurent Mazare2024-11-155-9/+9
* Update for pyo3 0.21. (#1985)Laurent Mazare2024-04-012-11/+13
* Apply rustfmt. (#1873)Laurent Mazare2024-03-181-3/+3
* Add a DQN example to the reinforcement-learning section (#1872)Gabriel2024-03-182-0/+121
* Detach the tensors on batch-norm eval. (#1702)Laurent Mazare2024-02-132-5/+5
* Add Policy Gradient to Reinforcement Learning examples (#1500)s-casci2023-12-304-124/+275
* Fix a couple typos (#1451)Laurent Mazare2023-12-171-1/+1
* Add DDPG and fix Gym wrapper (#1207)Travis Hammond2023-10-283-25/+549
* Add some reinforcement learning example. (#1090)Laurent Mazare2023-10-145-0/+598