Expand description

RL agents implemented with tch.

Modules

Convolutional neural network.

DQN agent.

IQN agent.

Multilayer perceptron.

Interface of neural networks used in RL agents.

Optimizers.

SAC agent.

Utilities.

Structs

A buffer consisting of a Tensor.

Enums

Device for using tch-rs.

Traits

Adds capability of constructing Tensor with a static method.