You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Traceback (most recent call last):
File "policy_compression_train.py", line 27, in
from compression.policies.ExpertPolicy import ExpertPolicy
File "/home/scout/deep_panther/src/deep_panther/panther_compression/compression/policies/ExpertPolicy.py", line 5, in
from compression.utils.other import ActionManager, ObservationManager, getPANTHERparamsAsCppStruct, ExpertDidntSucceed, computeTotalTime
File "/home/scout/deep_panther/src/deep_panther/panther_compression/compression/utils/other.py", line 7, in
import py_panther
ModuleNotFoundError: No module named 'py_panther'
The text was updated successfully, but these errors were encountered:
python3 policy_compression_train.py
Traceback (most recent call last):
File "policy_compression_train.py", line 27, in
from compression.policies.ExpertPolicy import ExpertPolicy
File "/home/scout/deep_panther/src/deep_panther/panther_compression/compression/policies/ExpertPolicy.py", line 5, in
from compression.utils.other import ActionManager, ObservationManager, getPANTHERparamsAsCppStruct, ExpertDidntSucceed, computeTotalTime
File "/home/scout/deep_panther/src/deep_panther/panther_compression/compression/utils/other.py", line 7, in
import py_panther
ModuleNotFoundError: No module named 'py_panther'
The text was updated successfully, but these errors were encountered: