Skip to content
/ DRL Public

Reinforcement Learning Framework with PyTorch C++

License

Notifications You must be signed in to change notification settings

DucHUNG312/DRL

Repository files navigation

Requirements

Build

  • Note: Ensure that the CUDA Toolkit is correctly installed and properly configured. Also export the location of LibTorch, so CMake can locate it during the build process. (export Torch_DIR=PATH_TO_LIBTORCH).
mkdir build
cd build
cmake -G Ninja ..
ninja -j8

TODO

  • Create a trainning pipeline.
  • Add more algorithms.
  • Support more environments.
  • Support real time rendering.

About

Reinforcement Learning Framework with PyTorch C++

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published