-
Notifications
You must be signed in to change notification settings - Fork 42
Open
Labels
bugSomething isn't workingSomething isn't working
Description
I have been using Jericho for some projects, trinity always gets stuck at these steps when calling env.get_valid_actions()
TRINITY_STUCK_STEPS = set(
[8, 13, 23, 29, 33, 35, 39, 43, 47, 49, 58, 59, 60, 65, 68, 69]
)Actually, later I found it's the location id that matters. Here are the ones for trinity and sherlock
TRINITY_STUCK_LOC_ID = (79, 354, 144, 355, 531, 179, 371, 121, 438, 576, 323, 319, 575, 80, 316)
SHERLOCK_STUCK_LOC_ID = (111, 3, 37, 33, 93, 71, 5, 73, 1, 85, 295, 52, 57, 21, 69, 27, 12)Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working