Skip to content

Commit

Permalink
Merge pull request #10 from vluzko/nri
Browse files Browse the repository at this point in the history
Added scripts to gitignore
  • Loading branch information
vluzko authored Mar 26, 2021
2 parents dcdf50c + 9007419 commit 92ee221
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,4 @@ __pycache__/
data/
plots/
runs/
scripts/
13 changes: 13 additions & 0 deletions causal_rl/nri.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
"""A model based on Neural Relational Inference."""


class NRIModel:
pass


class Encoder:
pass


class Decoder:
pass

0 comments on commit 92ee221

Please sign in to comment.