RLPack
 
Loading...
Searching...
No Matches
rlpack Namespace Reference

Implementation of RL Algorithms built on top of PyTorch. More...

Namespaces

namespace  _C
 This package implements the classes to interface between C++ and Python.
 
namespace  actor_critic
 This package implements the Actor-Critic methods.
 
namespace  dqn
 This package implements the DQN methods.
 
namespace  environments
 This package implements the gym environment to couple it with selected environment.
 
namespace  models
 This package implements the in-built models.
 
namespace  simulator
 
namespace  simulator_distributed
 
namespace  utils
 This package implements the basic utilities to be used across rlpack.
 

Detailed Description

Implementation of RL Algorithms built on top of PyTorch.

Heavy workloads have been optimized with C++ backend.