Stan
|
f40f8cd055
|
Initialise numpy arrays as float32 in DDPG (#1171)
float64 is not supported by tinygrad
|
2023-07-07 12:05:31 -07:00 |
|
Reza Rezvan
|
8ae9a054ae
|
Refactor nn.optim (#1091)
* Refactor: nn.optim.py
* Refactor: nn.optim.py; Fix all tests
* Refactor: Replace all optim.get_parameters()
* Refactor: Revert list comp.
* Refactor: Replace optim.get_state_dict
* Refactor: Change quickstart.md
|
2023-07-02 15:07:30 -07:00 |
|
jspieler
|
da7fb4b227
|
Fixed DDPG example (#667)
|
2023-03-09 11:49:52 -08:00 |
|
Jacky Lee
|
9fd41632c6
|
Import get_parameters from tinygrad.nn (#559)
* get_parameter is in optim
* Update all imports for get_parameters
* Clean up
* use optim.get_paramters
|
2023-02-17 15:22:26 -08:00 |
|
jspieler
|
8f912c3966
|
added deep deterministic policy gradient example (#531)
|
2023-02-11 10:10:46 -06:00 |
|