Skip to content

Commit ca4a80c

Browse files
committed
updated memory shaper tests
1 parent 4887bca commit ca4a80c

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ script:
2121
- export PYTHONPATH=""$PYTHONPATH:$PWD/utilities""
2222
- export PYTHONPATH=""$PYTHONPATH:$PWD/exploration_strategies""
2323
- export PYTHONPATH=""$PYTHONPATH:$PWD/*""
24+
- export PYTHONPATH=""$PYTHONPATH:$PWD/utilities/*""
2425
- export PYTHONPATH=""$PYTHONPATH:$PWD/results""
2526
- pytest tests/*.py
2627

tests/Test_HRL.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import gym
22
import pytest
33

4-
from HRL import HRL
4+
55
from Utility_Functions import flatten_action_id_to_actions
66
from utilities.data_structures.Config import Config
77

0 commit comments

Comments
 (0)