Skip to content

mingzhang96/DI-hpc

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DI-HPC: Decision Intelligence - High Performance Computation

DI-HPC is an acceleration operator component for general algorithm modules in reinforcement learning algorithms, such as GAE, n-step TD and LSTM, etc. The operators support forward and backward propagation, and can be used in training, data collection, and test modules.

Requirements

  • CUDA 9.2
  • PyTorch 1.5 (recommend)
  • python 3.6.9
  • Linux Platform

Note: We recommend that DI-HPC and DI-Engine share the same environment, and it should be fine with PyTorch from 1.3.1 to 1.8.

Quick Start

Install from whl

The easiest way to get DI-HPC is to use pip, and you can get .whl from

and then call

$ pip install <YOUR_WHL>

Install from source code

Alternatively you can install latest DI-HPC from git master branch:

$ python3 setup.py install

Run on Linux

You will get benchmark result by following commands:

$ python3 tests/test_gae.py

About

OpenDILab RL HPC OP Lib

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 55.7%
  • C++ 24.1%
  • Cuda 20.2%