Crate border_candle_agent

Source
Expand description

RL agents implemented with candle.

Modules§

cnn
Convolutional neural network.
dqn
DQN agent.
mlp
Multilayer perceptron.
model
Interface of neural networks used in RL agents.
opt
Optimizers.
sac
SAC agent.
util
Utilities.

Structs§

TensorBatch
A buffer consisting of a Tensor.

Enums§

Device
Device for using candle.

Traits§

ZeroTensor
Adds capability of constructing Tensor with a static method.