roboticslab-uc3m / gymnasium-playground

gymnasium-playground
0 stars 0 forks source link

Create Gymnasium environment: grid-world from csv #1

Closed jgvictores closed 1 year ago

jgvictores commented 1 year ago

Create Gymnasium (gymnasium>=0.26.3) environment: grid-world from csv.

Help:

jgvictores commented 1 year ago

WIP as of https://github.com/roboticslab-uc3m/gymnasium-playground/commit/8a5d61e2d5043087a7e4e31c978da2d66749226b (pending: render)

jgvictores commented 1 year ago

WIP added rendering as of https://github.com/roboticslab-uc3m/gymnasium-playground/blob/1da207f7de5e85e4be4201e056278cfed6009659/gridworld/gymnasium_playground_gridworld/envs/grid_world.py

Pending:

jgvictores commented 1 year ago

[x] (maybe) improve the transition logic of step.

Done via https://github.com/roboticslab-uc3m/gymnasium-playground/commit/8ac9020a2061b23601d4f93a7e3327cb96687987

jgvictores commented 1 year ago

[x] (maybe) re-think transposition in text vs pygame

Done via https://github.com/roboticslab-uc3m/gymnasium-playground/commit/c9583d0742387afafa8550d6ff72c110edca797b

jgvictores commented 1 year ago
  • [x] ~Recover clip~ Treat IndexError

Done via https://github.com/roboticslab-uc3m/gymnasium-playground/commit/4a6d331c2eb761f983de1b1f9e77698b3dccd8a3

jgvictores commented 1 year ago

Merged at https://github.com/roboticslab-uc3m/gymnasium-playground/commit/8fa9cbbac4988d6d5266a2b82cde0ac64e0a10fe