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§
- Tensor
Batch - A buffer consisting of a
Tensor.
Enums§
- Activation
- Device
- Device for using candle.
Traits§
- Zero
Tensor - Adds capability of constructing
Tensorwith a static method.