GridWorlds.jl
GridWorlds.jl copied to clipboard
Help! I'm lost in the flatland!
from python's gymnasium.
cc @findmyway @jonathan-laurent Here I'll summarize the work done by me as part of GSoC 2021 and also provide links to the related pull requests. I added the first multi-agent...
1. Create a separate module for a new batch environment `SingleRoomUndirectedBatch`. 1. Redesign objects and actions. Try to keep things as simple as possible for now. This is a work...
@findmyway The total repo size of `GridWorlds.jl` is already around 55MB. I was wondering if we should store assets in a different repository `GridWorldsAssets` and only use links in this...
Added an OpenAI Gym's [Frozen Lake](https://gym.openai.com/envs/FrozenLake-v0/) like environment.
I think https://github.com/JuliaReinforcementLearning/SnakeGames.jl can be moved here.
[https://github.com/deepmind/ai-safety-gridworlds](https://github.com/deepmind/ai-safety-gridworlds)
Maybe we can borrow some ideas from [lab2d](https://github.com/deepmind/lab2d)
This PR implements perspective occlusion as described in #30. To turn occlusion on or off, assign the kwarg `perspective::Bool` of `get_agent_view` to `true` or `false`. This branch does not currently...