Module AssetAllocator.algorithms.DDPG
Sub-modules
AssetAllocator.algorithms.DDPG.DDPGAssetAllocator.algorithms.DDPG.Network-
Script that describes the details about the Actor and Critic architectures for the DDPG agent
AssetAllocator.algorithms.DDPG.OU_NoiseAssetAllocator.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