We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3f05803 commit 2fe585fCopy full SHA for 2fe585f
tests/agents/test_generic_prompt.py
@@ -165,7 +165,7 @@ def test_shrinking_observation():
165
flags.obs.use_html = True
166
167
prompt_maker = MainPrompt(
168
- action_set=dp.HighLevelActionSet(),
+ action_set=bgym.HighLevelActionSet(),
169
obs_history=OBS_HISTORY,
170
actions=ACTIONS,
171
memories=MEMORIES,
@@ -231,7 +231,7 @@ def test_main_prompt_elements_present():
231
# Initialize MainPrompt
232
prompt = str(
233
MainPrompt(
234
235
236
237
0 commit comments