ganyariya / gym-md

MiniDungeons for OpenAI Gym
MIT License
2 stars 2 forks source link

Fix the environment's output observation order in documentation #17

Closed LJArendse closed 2 years ago

LJArendse commented 2 years ago

Overview

This pull request aims to fix env observation dict ordering explained in the repo README.md

Upon further investigation I have picked up an error in the environment's output observation explanation.

The correct ordering and index explanation for the observation list is:

Changes made

ganyariya commented 2 years ago

Thank you ! I'll merge!

LJArendse commented 2 years ago

Thanks for merging :+1: :1st_place_medal: