TextWorld icon indicating copy to clipboard operation
TextWorld copied to clipboard

​TextWorld is a sandbox learning environment for the training and evaluation of reinforcement learning (RL) agents on text-based games.

Results 28 TextWorld issues
Sort by recently updated
recently updated
newest added

When I was running textworld via Python, the programmer threw "*** buffer overflow detected ***: terminated" error after finishing several env tasks. Do you have any suggestions for how to...

Hi, I'm running the notebook 'Building a simple agent' in colab and have encountered the following ImportError when I tried to import textworld. > [/usr/local/lib/python3.10/dist-packages/tatsu/grammars.py](https://localhost:8080/#) in 4 import os 5...

This PR allows the user to request the following new game information: - possible_commands: All possible commands regardless of the current state and the arguments type. - possible_admissible_commands: All possible...

There is a memory leak in the reset() function。

Inform's parser allows multiple commands to be expressed on a single line, e.g. "GO NORTH. GO EAST." or "DROP PEPPER THEN GET KNIFE". Calling `env.step` with such an argument will...

I followed the instructions from the file `notebooks/Handcrafting a game.ipynb` on both Colab and Linux server but encountered the following errors: 1. On Colab -- error when running `M.render()` ![Image](https://github.com/user-attachments/assets/6f7bc47f-bd3c-4708-bbdf-ac0db8a7b0cb)...

Hi there, when trying to install textworld on linux aarch64 with `pip install textworld`, I get this error during the installation of inform7. ``` [...] Running setup.sh... ++ uname -s...

bug
enhancement