virne.solver.learning.pg_mlp.pg_mlp_solver#

Functions

obs_as_tensor(obs, device)

Classes

PgMlpSolver(controller, recorder, counter, ...)

A Reinforcement Learning-based solver that uses Policy Gradient (PG) as the training algorithm and Multilayer Perceptron (MLP) as the neural network model.