MyCaffe  1.12.2.41
Deep learning software for Windows C# programmers.
MyCaffe.trainers.dqn.c51.st Namespace Reference

Classes

class  Brain
 The Brain uses the instance of MyCaffe (e.g. the open project) to run new actions and train the network. More...
 
class  DqnAgent
 The DqnAgent both builds episodes from the envrionment and trains on them using the Brain. More...
 
class  TrainerC51
 The TrainerC51 implements the C51-DQN algorithm as described by Bellemare et al., Google Dopamine RainboAgent and 'flyyufelix' More...