Module AssetAllocator.algorithms.DDPG
Sub-modules
AssetAllocator.algorithms.DDPG.DDPG
AssetAllocator.algorithms.DDPG.Network
-
Script that describes the details about the Actor and Critic architectures for the DDPG agent
AssetAllocator.algorithms.DDPG.OU_Noise
AssetAllocator.algorithms.DDPG.Replay_Memory
-
Script that contains the details about the experience replay buffer used to ensure training stability
AssetAllocator.algorithms.DDPG.agent
-
Script that contains the training and testing loops