Installation¶
Requirements¶
Linux x86_64
Python: v3.8.0+ / v3.9.0+ / v3.10.0+ / v3.11.0+
CUDA Toolkit (If NVIDIA CUDA GPU device is available.)
Install¶
Download the latest version of the REVIVE compressed file for decompression and installation:
$ git clone https://github.com/Polixir/revive
$ cd revive
$ pip install -e .
Running Tasks with the REVIVE SDK¶
REVIVE provides a flexible decision-making process construction method to handle complex decision-making problems. We provide rich functional examples in the tutorial, including data preparation, model training, model deployment, adding external factors, and inserting expert functions. To help you better understand and use the REVIVE SDK, you can also directly refer to the relevant content in the provided Task Examples in English.