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 23 TextWorld issues
Sort by recently updated
recently updated
newest added

Hi, I'm a japanese graduate student who major in Reinforcement Learning, and interesting in TextWorld which is a text-based learning environment for Reinforcement Learning agent. I would like to translate...

doc

Hi @MarcCote we have a follow-up question on issue [#296 ](https://github.com/microsoft/TextWorld/issues/296). Is there a way to make the reward repeatable but only occur once with the action? The problem when...

bug

Hi, I was wondering how the project could be modified to add more players? Are there any specific renovation proposals?

This PR allows Events to be combined using boolean expressions (e.g. and/or). This is needed to make more complex quests. This PR closes #218.

this is a key component of the gym API here's a custom space for strings (license: MIT, author: Bion Howard) ``` class String(gym.Space): def __init__( self, length=None, letters=LETTERS, min_length=1, max_length=280):...

I believe the agent in the notebook doesn't have any description. Is it possible to include any other material to support the code ? I am not sure if a...

doc

The final version of new text grammar. This final version includes the chunks of literal and symbol objects to represent the strings. In this version the last changes, based on...

Add windows support and maybe port this to c#

enhancement

The design of mid-level game is finalized.