Skip to content

Commit

Permalink
MLRC2022 Camera Ready.
Browse files Browse the repository at this point in the history
  • Loading branch information
skandermoalla committed May 15, 2023
1 parent 7b15260 commit e6dbad8
Show file tree
Hide file tree
Showing 159 changed files with 5,679 additions and 1,797 deletions.
18 changes: 13 additions & 5 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,9 +1,7 @@
**sync-conflict**

exp_local
__pycache__
*.pyc
data
.DS_Store


Expand All @@ -15,13 +13,23 @@ data
# jupyter notebook
notebooks
.ipynb_checkpoints
*.ipynb
wandb
exp
.DS_Store

# conda env
bin/
etc/
lib/
share/

# JetBrains
.idea/

# Runs
train_runs
eval_runs
compute_metrics_runs
weights_rollouts_and_metrics.tar.gz

# Data
bet_data_release.tar.gz
data/bet_data_release
4 changes: 4 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
[submodule "relay-policy-learning"]
path = relay-policy-learning
url = https://github.com/skandermoalla/relay-policy-learning.git
branch = fixes
Loading

0 comments on commit e6dbad8

Please sign in to comment.