.circleci/config.yml | |
|
|
.circleci/tests/learning.py | 66 | A 0 mins |
|
.circleci/tests/main.py | 6 | A 0 mins |
|
.codeclimate.json | |
|
|
.gitignore | |
|
|
LICENSE | |
|
|
docs/Makefile | |
|
|
docs/make.bat | |
|
|
docs/source/conf.py | 18 | A 0 mins |
|
docs/source/data.rst | |
|
|
docs/source/examples/cloning_from_github.rst | |
|
|
docs/source/examples/examples.rst | |
|
|
docs/source/examples/getting_started.rst | |
|
|
docs/source/examples/pandas_backend.rst | |
|
|
docs/source/examples/your_data.rst | |
|
|
docs/source/index.rst | |
|
|
docs/source/nn.rst | |
|
|
examples/0. Embeddings Generation/1. (proof of concept) DQN.ipynb | |
|
|
examples/0. Embeddings Generation/Pipelines/ML20M/1. Async Parsing.ipynb | |
|
|
examples/0. Embeddings Generation/Pipelines/ML20M/2. NLP.ipynb | |
|
|
examples/0. Embeddings Generation/Pipelines/ML20M/3. Feature Engineering .ipynb | |
|
|
examples/0. Embeddings Generation/Pipelines/ML20M/4. Graph Embeddings.ipynb | |
|
|
examples/0. Embeddings Generation/Pipelines/ML20M/5. The Big Merge.ipynb | |
|
|
examples/1. Vanilla RL/1. Anomaly Detection.ipynb | |
|
|
examples/1. Vanilla RL/2. DDPG.ipynb | |
|
|
examples/1. Vanilla RL/3. TD3.ipynb | |
|
|
examples/1. Vanilla RL/4. SAC.ipynb | |
|
|
examples/1. Vanilla RL/5. LSTM State Encoder.ipynb | |
|
|
examples/2. REINFORCE TopK Off Policy Correction/0. Inner workings of REINFORCE inside recnn (optional).ipynb | |
|
|
examples/2. REINFORCE TopK Off Policy Correction/1. Basic Reinforce with RecNN.ipynb | |
|
|
examples/2. REINFORCE TopK Off Policy Correction/2. Reinforce Off Policy Correction.ipynb | |
|
|
examples/2. REINFORCE TopK Off Policy Correction/3. TopK Reinforce Off Policy Correction.ipynb | |
|
|
examples/99.To be released, but working/2. BCQ/1. BCQ PyTorch .ipynb | |
|
|
examples/99.To be released, but working/2. BCQ/2. BCQ Pyro.ipynb | |
|
|
examples/99.To be released, but working/3. Decentralized Recommendation with PySyft/1. PySyft with RecNN Environment .ipynb | |
|
|
examples/99.To be released, but working/4. SearchNet/1. DDPG_SN.ipynb | |
|
|
examples/readme.md | |
|
|
readme.md | |
|
|
recnn/__init__.py | 2 | A 0 mins |
|
recnn/data/__init__.py | 5 | A 0 mins |
|
recnn/data/dataset_functions.py | 130 | A 0 mins |
|
recnn/data/db_con.py | 50 | A 0 mins |
|
recnn/data/env.py | 300 | B 4 hrs |
|
recnn/data/pandas_backend.py | 28 | A 0 mins |
|
recnn/data/utils.py | 209 | A 3 hrs |
|
recnn/nn/__init__.py | 4 | A 0 mins |
|
recnn/nn/algo.py | 170 | A 0 mins |
|
recnn/nn/models.py | 201 | A 1 hr |
|
recnn/nn/update/__init__.py | 5 | A 0 mins |
|
recnn/nn/update/bcq.py | 142 | A 2 hrs |
|