jericho icon indicating copy to clipboard operation
jericho copied to clipboard

A learning environment for man-made Interactive Fiction games.

Results 10 jericho issues
Sort by recently updated
recently updated
newest added

Hi team, I had the agent go through the walkthrough for `zork1.z5`, and the scores don't add up to the maximum score and sometimes decrease along the way. The image...

This PR improves support for the games in Jericho. Here are the main modifications/improvements of this PR. - [x] Updating the objects count that was off from some games. Having...

- [x] 905.z5 - [x] acorncourt.z5 - [x] advent.z5 - [x] adventureland. - [ ] afflicted.z8 - [x] anchor.z8 - [x] awaken.z5 - [x] balances.z5 - [x] ballyhoo.z3 - [x]...

1. Is any word outside of get_world_objects() not interactable? For instance, from what i understood so far, get_dictionary() is to extract any ‘word’ recognizable in the game and get_world_objects() is...

The environment get stuck when trying to `get_valid_actions()` after loading this state and applying `step('put sack in egg')`. The state is attached by a `pickle` file [state.pickle.zip](https://github.com/microsoft/jericho/files/7331353/state.pickle.zip), and the following...

Game | Command | Error Type ------------ | ------------- | ------------- balances.z5 | take her | __Fatal Error__: Illegal Object seastalker.z3 | help claws | __Fatal Error__: Illegal attribute sherbet.z5...

Here's a list of the supported games for which we have a walkthrough. > python tools/test_games.py roms/* ``` roms/905.z5 PASS roms/acorncourt.z5 PASS roms/advent.z5 PASS roms/adventureland.z5 PASS roms/afflicted.z8 PASS roms/anchor.z8 FAIL...

I'm wondering how much work would it be to add Windows support to Jericho? For instance, we would need to de/allocate the frotz library according to the current OS (see...

Here's the link to the Jericho Game Suite: https://github.com/BYU-PCCL/z-machine-games

I have been using Jericho for some projects, trinity always gets stuck at these steps when calling `env.get_valid_actions()` ```python TRINITY_STUCK_STEPS = set( [8, 13, 23, 29, 33, 35, 39, 43,...

bug