torchrl.contrib.controllers package¶
Submodules¶
torchrl.contrib.controllers.a2c_controller module¶
torchrl.contrib.controllers.ddpg_controller module¶
-
class
torchrl.contrib.controllers.ddpg_controller.
DDPGController
(obs_size, action_size, action_low, action_high, actor_lr=0.0001, critic_lr=0.001, gamma=0.99, tau=0.01, n_reset_interval=100, device=None)[source]¶