Ecosyste.ms: OpenCollective
An open API service for software projects hosted on Open Collective.
github.com/JuliaReinforcementLearning/GridWorlds.jl
Help! I'm lost in the flatland!
https://github.com/JuliaReinforcementLearning/GridWorlds.jl
* add default value for frame_start_delimiter
* update frame_start_delimiter usage in README
...
6c62515d4b7a645099a2789a898acbf314fac4ee authored over 3 years ago by Siddharth Bhatia <[email protected]>
82a8c7a0f0ca88f8163796427adef3eda6687948 authored over 3 years ago by Siddharth Bhatia <[email protected]>
* move descriptions of envs before images
* add info on programmatic recording of agent's beh...
beb18bdc11e3c3b72ed997b4bdc661fae7cee358 authored over 3 years ago by Siddharth Bhatia <[email protected]>* rename benchmark directory to benchmarks
* use sample_two_positions_without replacement in ...
65d9dbacafbbc7004e6ac288a911d88b44de83e2 authored over 3 years ago by Siddharth Bhatia <[email protected]>* update README
* update environment visualizations & add descriptions
* update playing & ...
98981d3c5aa9cc41c055053694f5dfb2b1dbafea authored over 3 years ago by Siddharth Bhatia <[email protected]>* remove all assets
* no need to import Random & DataStructures in GridWorlds module
* fix...
e7c748c8528175f807b8a28b7bac26dfdd426047 authored over 3 years ago by Siddharth Bhatia <[email protected]>* update navigation for SingleRoom envs
* update act! for Catcher
* update act! for Collec...
b4287b2a861a4a2c80c41f8e8982d8ad15a202d6 authored over 3 years ago by Siddharth Bhatia <[email protected]>* remove Play module & move its contents to GW module
* don't forward get_action_names for RL...
e630024737e00638345ef8576bcbce0f05688035 authored over 3 years ago by Siddharth Bhatia <[email protected]>* change RLBase.action_space to Base.OneTo(NUM_ACTIONS)
* rename AbstractGridWorldGame to Abs...
f7b8632405522b3259438570951531535504a0a4 authored over 3 years ago by Siddharth Bhatia <[email protected]>* remove objects.jl
* move directions.jl into actions.jl
* rename actions.jl to navigation...
f05079c9361e2c2fbc5c4e7544c8181c60b23b43 authored over 3 years ago by Siddharth Bhatia <[email protected]>* add sub_tile_map utils
* add sub_tile_map view utils for directed envs
* add sub_tile_ma...
a2f472b42f18901f60a3bb2652035ab579a05e54 authored over 3 years ago by Siddharth Bhatia <[email protected]>* add const ENVS listing all environments
* ignore default generated benchmark files
* fix...
ba153b9b865ad250b1123adb3f88e3b395434f6f authored over 3 years ago by Siddharth Bhatia <[email protected]>* remove graphical rendering
* remove textual_rendering.jl
* remove old AbstractGridWorld ...
3a8210cc248dc35dea1028fe2ce68e8a03003c86 authored over 3 years ago by Siddharth Bhatia <[email protected]>* add CollectGemsMultiAgentUndirectedModule.CollectGemsMultiAgentUndirected
* remove old Coll...
901b9b3a4c1740ac2575b041f03d2ea115258280 authored over 3 years ago by Siddharth Bhatia <[email protected]>* add TransportUndirectedModule.TransportUndirected
* add TransportDirectedModule.TransportDi...
ac8a8de6e184f5f41130005bf71bee1d02daf0e2 authored over 3 years ago by Siddharth Bhatia <[email protected]>* remove old Catcher & add CatcherModule.Catcher
* update README
31cce74271528a32e0cdcbb6daeb5a7afb4433f1 authored over 3 years ago by Siddharth Bhatia <[email protected]>* remove old Snake & add SnakeModule.Snake
* update README
d09b8a4ab01c1b6535741151e8ebf7014e752c69 authored over 3 years ago by Siddharth Bhatia <[email protected]>* add SokobanUndirectedModule.SokobanUndirected
* add SokobanDirectedModule.SokobanDirected
...
* add DynamicObstaclesUndirectedModule.DynamicObstaclesUndirected
* add DynamicObstaclesDirec...
6ab74592b007a3f6f6109cbd7f0dfa006d636731 authored over 3 years ago by Siddharth Bhatia <[email protected]>* add CollectGemsUndirectedModule.CollectGemsUndirected
* add CollectGemsDirectedModule.Colle...
9a0b1bb9871bffd7f135583b3cda0d583cf6c5b6 authored over 3 years ago by Siddharth Bhatia <[email protected]>
* add DoorKeyUndirectedModule.DoorKeyUndirected &
DoorKeyDirectedModule.DoorKeyDirected
* re...
59e66bfabe49f678cd03ddc175151e849ec76ba0 authored over 3 years ago by Siddharth Bhatia <[email protected]>* add GoToTargetUndirectedModule.GoToTargetUndirected
* add GoToTargetDirectedModule.GoToTarg...
200279f65fb32a8d1357f3df1ca0379d68049af6 authored over 3 years ago by Siddharth Bhatia <[email protected]>* add MazeUndirectedModule.MazeUndirected
* add MazeDirectedModule.MazeDirected
* remove o...
9a2f1043c8df66823757c3c3006765525af4498c authored over 3 years ago by Siddharth Bhatia <[email protected]>* add SequentialRoomsUndirectedModule.SequentialRoomsUndirected
* add SequentialRoomsDirected...
010452dcc47b2fb29f54208ac205b0884d55d5cc authored over 3 years ago by Siddharth Bhatia <[email protected]>* add GridRoomsUndirectedModule.GridRoomsUndirected
* add GridRoomsDirectedModule.GridRoomsDi...
f5a27bf11bedfaa0102931834b9ba53d0e537b56 authored over 3 years ago by Siddharth Bhatia <[email protected]>* add module Play to play envs inside REPL
* implement generic play! method inside Play modul...
c585c2055f575645791bfdc0e66cc02ddea83963 authored over 3 years ago by Siddharth Bhatia <[email protected]>* add REPL package
* import REPL package
* add CollectGemsUndirectedMultiAgent
* add te...
6d87e1814ad0471ad4cbd477ea033915b1421f40 authored over 3 years ago by Siddharth Bhatia <[email protected]>c0e86bb6c33819f0e4a4cefe0284d985d0474ed3 authored almost 4 years ago by Sid-Bhatia-0 <[email protected]>
* add compat entry for StaticArrays
* reuse computation in get_grid_inds methods
* update ...
b4fae970c9d263b0c8f79f302f6e7405d0bf3ee6 authored almost 4 years ago by Sid-Bhatia-0 <[email protected]>* add textual_rendering.png
* fix file name to textual_rendering.png
3a4ffa81e78892e093f4c4bead63335fec90b9b3 authored almost 4 years ago by Sid-Bhatia-0 <[email protected]>* simplify objects structs and disable stuff (#1)
* remove all fields from Agent struct (#2)
...
* use relative path for GridWorlds.jl, no need of [compat] entry
* use Refs while benchmarkin...
b3337d3caae3bb013266a90e0e7885b4397809ca authored almost 4 years ago by Sid-Bhatia-0 <[email protected]>* add Transport env
* add tests for Transport env
* add gif for Transport env
24d453d79e1c40255b3f99235011946f3f6807f5 authored almost 4 years ago by Sid-Bhatia-0 <[email protected]>f7b5d3c3e4657c354caf1a04ca4a3f6234897d97 authored almost 4 years ago by Sid-Bhatia-0 <[email protected]>
2686ca2c3a4e074eb19057e8477d81dbb5caff5d authored almost 4 years ago by Sid-Bhatia-0 <[email protected]>
* add benchmarks
* add benchmark info to README
* cleanup
349061399f634d30055a3b13e6f6ffd4219f650f authored almost 4 years ago by Sid-Bhatia-0 <[email protected]>* add move method for Center
* add move method for MoveCenter & split type union
* add Cat...
3d9e1579f40fbdd808719cc31fd09cd33cd0813e authored almost 4 years ago by Sid-Bhatia-0 <[email protected]>* add Maze env
* add tests for Maze env
* add gifs for maze (directed & undirected)
* m...
67a8af32d3396c17dac8e99d1942a4930b1724cf authored almost 4 years ago by Sid-Bhatia-0 <[email protected]>* add DataStructures package
* import DataStructures
* add Snake environment
* add test...
a71404567b37abc0c7f1c6f3d08bb7a3a9e8c123 authored almost 4 years ago by Sid-Bhatia-0 <[email protected]>* add CITATION.bib
* update LICENSE
* update Project.toml
* update README
dedfa11e59db34027ba2035da89ebf53af793524 authored almost 4 years ago by Sid-Bhatia-0 <[email protected]>* minor formatting edits in README
* bump version
60a10f1772934a99d6534612ff4155297b148ca9 authored about 4 years ago by Sid-Bhatia-0 <[email protected]>* change default agent color to :red
* update gifs
* rename env file names
* update Tag...
f740aff46b6211394c03136622ff5cd059aa0939 authored about 4 years ago by Sid-Bhatia-0 <[email protected]>* update get_agent_view_size
* add new methods to acquire state and agent view
* allow get...
2e8975c85ce3534c2151121a0791be1ec53a8d31 authored about 4 years ago by Sid-Bhatia-0 <[email protected]>* show debugging info during Makie rendering
* add UndirectedNavigation behavior for GoToDoor...
246168ebfb22439eb9fca59f0996c64abc407597 authored about 4 years ago by Sid-Bhatia-0 <[email protected]>* add AbstractDirectionStyle trait
* utilize AbstractDirectionStyle trait
* fix test for S...
ae694c2ba12491e34310e36b6a4d079f57d8ad5c authored about 4 years ago by Sid-Bhatia-0 <[email protected]>* add Sokoban gif
* add Sokoban terminal rendering screenshot
* replace Sokoban.png with E...
a31a23423ead18e0a9b15fa2298f949a6219af23 authored about 4 years ago by Sid-Bhatia-0 <[email protected]>* add AbstractDirection
* deprecate Direction in favor of AbstractDirection
* deprecate en...
51ebad3f55d446d4bd991e1e44573b0b44572ea0 authored about 4 years ago by Sid-Bhatia-0 <[email protected]>756203aa80b5d4307b400a007d4e806b6a12cdc6 authored about 4 years ago by Sid-Bhatia-0 <[email protected]>
* add terminal rendering for GridWorldBase objects
* add Box, Target, and DirectionLessAgent ...
f5e7420100cf480588f2611a1ba215508c46c4ee authored about 4 years ago by Sid-Bhatia-0 <[email protected]>5567f32b80dc662a2948a748d064e675207d5a2c authored about 4 years ago by Sid-Bhatia-0 <[email protected]>
a2613e30137bfbc89b363dfa790691b87e411cf7 authored about 4 years ago by Sid-Bhatia-0 <[email protected]>
7be3ebdd824ff86349261a9597f80f18839ba5bd authored about 4 years ago by Sid-Bhatia-0 <[email protected]>
d4f2fce74a7fa2fbfa10970630370d1cfe27efdd authored about 4 years ago by Jun Tian <[email protected]>
* update RLBase version to "0.9"
* update get_state method as per RLBase 0.9.0
* update ge...
528cb72af3594d0bdb7c171936c511cae1b57e46 authored about 4 years ago by Sid-Bhatia-0 <[email protected]>* use forward macro for indexing env
* add random pos sampling method for env objects
* us...
83e5d2bba45e366be1895446489230be56910768 authored about 4 years ago by Sid-Bhatia-0 <[email protected]>46dd9b6effdd09b3b5a36d63371727be62c27114 authored about 4 years ago by Sid-Bhatia-0 <[email protected]>
* use @forward for getting grid dimensions
* use falses method in GridWorldBase constructor
...
af8a6945e6042e7336650d3ded8c1b71114a5874 authored about 4 years ago by Sid-Bhatia-0 <[email protected]>
* make color a type parameter for Agent struct
* make default agent pos as CartesianIndex(2, ...
6eea88429f0a210ef6d65beac7e23a405846b0a1 authored about 4 years ago by Sid-Bhatia-0 <[email protected]>* refactor GoToDoor
* update GoToDoor gif
* allow rectangular world dimensions
8f67fa545cb117b6fc5e7d425fcbbe767c7b5cc3 authored about 4 years ago by Sid-Bhatia-0 <[email protected]>* refactor CollectGems
* allow rectangular world dimensions
* update CollectGems gif
0d0148ee92c05e13f37fe2b48ccec704a7580fbf authored about 4 years ago by Sid-Bhatia-0 <[email protected]>* refactor DoorKey
* update DoorKey gif
* allow rectangular world dimensions
5b8ef01268cf50ddc796cf187b7033f00d52fa33 authored about 4 years ago by Sid-Bhatia-0 <[email protected]>* refactor GridRooms
* update GridRooms gif
03246523008fef32f4d6c17e6598d293863d933c authored about 4 years ago by Sid-Bhatia-0 <[email protected]>* fix: set goal_reward upon reaching GOAL
* refactor DynamicObstacles
* add rectangular wo...
22c949a8eae9460c3ddb04c38856932148067810 authored about 4 years ago by Sid-Bhatia-0 <[email protected]>* rename add_room! to place_room!
* place_room! for world::GridWorldBase argument
* add ge...
9a2e54103742ed986b52be76f6d1f8ae4ab8f0c0 authored about 4 years ago by Sid-Bhatia-0 <[email protected]>* move Room struct to utils.jl
* add GridRooms environment
* remove FourRooms in favor of ...
d20848e6123f8a92993af23cd3dc3040b29c9f11 authored about 4 years ago by Sid-Bhatia-0 <[email protected]>* fix: create a big world and set it on each reset!
* view region can be other than 7 x 7
...
df420a11d31a9b24786c8bfed05dc982ee98b3ad authored about 4 years ago by Sid-Bhatia-0 <[email protected]>* add rectangular world in EmptyGridWorld
* refactor terminal rendering
* some cleanup
...
ed6a1d4115b7073053238e35ef04fe96166b2490 authored about 4 years ago by Sid-Bhatia-0 <[email protected]>* make inventory type parametric
* use get_actions method
* add inventory related get_ and...
b9030738ba246154c626c01107b20d64d2cca395 authored about 4 years ago by Sid-Bhatia-0 <[email protected]>* add exports
* reorder
* use import Requires instead of using Requires
* fix exports
...
* add rng field. All envs must have it
* add get_rng method
* use get_rng method
bc99cb385295f74052c2e3fd6a5e9cc395b7c464 authored about 4 years ago by Sid-Bhatia-0 <[email protected]>* use get_ and set_ methods
* factor out common MoveForward behaviour
* factor out common ...
8a8bd3f9fc68d620f9f8b55cbd196304abe8627d authored about 4 years ago by Sid-Bhatia-0 <[email protected]>* remove extra exports
* use informative full name instead of shorthand
* cleanup reorderi...
5e59b361e4df3f6050ace3f1256cd7f95e4b9845 authored about 4 years ago by Sid-Bhatia-0 <[email protected]>* add consts Direction and DIRECTIONS
* add file sequentialrooms.jl
* add Room struct
*...
972eb4430fd2064abd84d2c4aaf9f1cce7125927 authored about 4 years ago by Sid-Bhatia-0 <[email protected]>* add getter methods depending on view_type
* simplify terminal rendering
* rename file to...
9509ba5e85e407246141c831a4d891bba1057cf0 authored about 4 years ago by Sid-Bhatia-0 <[email protected]>* add get_full_view method with agent layer
* full observation requires agent direction
* ...
fa2c79f492434d288938a29a35d535f75cd23226 authored about 4 years ago by Sid-Bhatia-0 <[email protected]>* remove travis ci
* add GitHub Actions CI
* add macOS and windows
* no docs present
...
76415863f9dcb3b817cbdc2f139cddc0ec0fb259 authored about 4 years ago by Sid-Bhatia-0 <[email protected]>d3619f3344a4c02507ef4419d8b91bb28ca1ff4c authored about 4 years ago by Sid-Bhatia-0 <[email protected]>
Bumping version to 0.1.0
1f2247501f999cef98c2cb75326a48b21732f5f1 authored about 4 years ago by Sid-Bhatia-0 <[email protected]>* use env instead of w to represent an environment
* use w to represent instance of GridWorld...
fcce51f15725d5e5819167306d2a38a968385fbb authored about 4 years ago by Sid-Bhatia-0 <[email protected]>23f95147136a6ae36cc3b6117e81dcfcb7707afb authored about 4 years ago by Sid-Bhatia-0 <[email protected]>
* add keyword argument for num_obstacle
* remove conditional to set num_obstacle
* add res...
92efd254ef44f95c0a08f149822704a55c9c4ba0 authored about 4 years ago by Sid-Bhatia-0 <[email protected]>a7d00d81bf10e66bc01a928fd9559c8624157c2a authored about 4 years ago by Sid-Bhatia-0 <[email protected]>
* simplify DoorKey env logic
* change array to tuple
* change default n to 7
* add rng ...
327fdc13b49fd988bc7abeafa20a54ce37a0c9c4 authored about 4 years ago by Sid-Bhatia-0 <[email protected]>* add goal related fields
* fix door positioning
* add parametric rng field
* add and r...
2523782e95b25ed2c21156a3879ca51b313a4feb authored about 4 years ago by Sid-Bhatia-0 <[email protected]>* refactor FourRooms to reuse reset! method
* add tests for RLBase API of FourRooms
* simp...
b9fee6cf15c21a03acaff534c52a63be9aaee153 authored about 4 years ago by Sid-Bhatia-0 <[email protected]>* add kwargs to EmptyGridWorld reset! method
* reuse reset! in env constructor
* add confi...
4132a099eeb4e4ec0eb11a937c8b9b5fd4e5b21f authored about 4 years ago by Sid-Bhatia-0 <[email protected]>* mention usage of RLBase API
* clean README
* clean environment list
* fix path of Dyn...
8b19efb2b5330d1ab87fe3665ad8dd2261b11a3a authored about 4 years ago by Sid-Bhatia-0 <[email protected]>* store rng within env struct
* format: change r to reward for consistency
* add reset! me...
7d32edc7bb0b709dd45eb93bd1a59f179824cf63 authored about 4 years ago by Sid-Bhatia-0 <[email protected]>* add reset! for EmptyGridWorld
* add reset! method for FourRooms
43a8e8504e90d62f5ca353aac2a1bcfbd0a21820 authored about 4 years ago by Sid-Bhatia-0 <[email protected]>* add RLBase API for EmptyGridWorld
* parameterize goal reward
* add RLBase API test for E...
f7e6276c6bbef3165d91d5efa489c2d6afdadb63 authored about 4 years ago by Sid-Bhatia-0 <[email protected]>* add RLBase API for FourRooms env
* reduce default grid size for FourRooms
* remove old gif o...
c1895cc289a42b879085ed40110eb35ad45e5a3b authored about 4 years ago by Sid-Bhatia-0 <[email protected]>* temporarily disable envs except CollectGems
* add (local) RLBase package and use it
* subtyp...
974486736f7a3fa18e2a0092c5fbf87dc393c477 authored about 4 years ago by Sid-Bhatia-0 <[email protected]>f46e78c3ff224039adb42a3362edee5c8a053428 authored about 4 years ago by Jun Tian <[email protected]>
* Added pickup and drop functions
* added pickup() dispatch for non-item objects
* changed...
910a0cfe67ce955b4b9c11ead771c2f89a9df479 authored about 4 years ago by Ben Landrum <[email protected]>* Update collectgems.jl
Adding RNG as a parameter to CollectGems for reproducibility
* Up...
4835e85beb8efcf280bc5427c2526d4f8ab5c572 authored about 4 years ago by Raj Ghugare <[email protected]>* Adding dynamic obstacle env and fixinf one minor bug in doorkey.jl
* Update objects.jl
* fix...
59bc567b8f4f07f847e0eb9287367865a207b86d authored about 4 years ago by Raj Ghugare <[email protected]>* add rewards and get_reward capabilities
* change to one-line definition of get_reward
* ...
495419c1035048f5b8a21707709c520982af9cb2 authored about 4 years ago by Sid-Bhatia-0 <[email protected]>Only adding the `get_terminal` function to `CollectGems` env.
ff940a038ccb7e49464fa52ac949e45c1d4d5f91 authored over 4 years ago by Sid-Bhatia-0 <[email protected]>