Skip to content

Commit

Permalink
Added PolicyEngine Core installation and testing
Browse files Browse the repository at this point in the history
  • Loading branch information
= committed Jun 28, 2024
1 parent 548625b commit e2f127c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions reweight/tests/test_installation.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ def test_imports():
try:
import torch
import numpy as np
import policyengine_core
from torch.utils.tensorboard import SummaryWriter
except:
raise AssertionError("Failed to import necessary libraries")
Expand Down
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@
"tensorboard",
"jupyter-book",
"pytest",
"policyengine-core",
],
extras_require={
"dev": [
Expand Down

0 comments on commit e2f127c

Please sign in to comment.