Skip to content

Latest commit

 

History

History
10 lines (9 loc) · 272 Bytes

README.md

File metadata and controls

10 lines (9 loc) · 272 Bytes

rl_in_recsys

Implementation of RL algorithms for RecSys tasks

conda create -n rl python=3.8 -y
conda activate rl 
conda install conda-forge::hydra-core -y
conda install pytorch torchvision -c pytorch -y
conda install pandas matplotlib tqdm scikit-learn -y