Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement MS TextWorld environments #70

Open
doctorcorral opened this issue Jul 23, 2019 · 0 comments
Open

Implement MS TextWorld environments #70

doctorcorral opened this issue Jul 23, 2019 · 0 comments
Assignees
Labels
enhancement New feature or request help wanted Extra attention is needed

Comments

@doctorcorral
Copy link
Owner

Microsoft has released TextWorld, a tool for creating text-based environments for training conversational gents.

Environments can be created with tw-make giving .ulx files.

A TextWorld environment must be registered as a gym environment like this:

env_id = textworld.gym.register_game("game_path/game.ulx",
                                     max_episode_steps=50)

env = gym.make(env_id) 

Take Gyx.Gym.Environment as a reference

@doctorcorral doctorcorral added enhancement New feature or request help wanted Extra attention is needed labels Jul 23, 2019
@doctorcorral doctorcorral self-assigned this Jul 23, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

1 participant