MyCaffe
1.12.2.41
Deep learning software for Windows C# programmers.
|
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 | TrainerNoisyDqn |
The TrainerNoisyDqn implements the Noisy-DQN algorithm as described by Google Dopamine DNQAgent, Gheshlagi et al. and inspired by 'higgsfield' More... | |