Crate border_candle_agent

Crate border_candle_agent 

Source
Expand description

RL agents implemented with candle.

Modules§

atari_cnn
Convolutional neural network for atari-env.
awac
Advantage weighted actor critic (AWAC) agent.
bc
Behavior cloning agent.
dqn
DQN agent.
iql
Implicit Q-learning agent.
mlp
Multilayer perceptron.
model
Interface of neural networks used in RL agents.
opt
Optimizers.
sac
Soft actor-critic (SAC) agent.
util
Utilities.

Structs§

TensorBatch
A buffer consisting of a Tensor.

Enums§

Activation
Device
Device for using candle.

Traits§

ZeroTensor
Adds capability of constructing Tensor with a static method.