Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

github.com/JuliaReinforcementLearning/RayCastWorlds.jl

First-person 3D reinforcement learning environments in Julia
https://github.com/JuliaReinforcementLearning/RayCastWorlds.jl

update to latest SimpleDraw version (v0.3.0) (#39)

* update compat entry for SimpleDraw

* update SimpleDraw usage

98ec9a9894d334c9d9d3fdf6e4018ffa3bcb0e16 authored almost 3 years ago by Siddharth Bhatia <[email protected]>
Bump version (#36)

* remove unregistered note from README

* bump minor version

bf66c9216ab647bcbca88f2fc9fd1afd7467ab23 authored over 3 years ago by Siddharth Bhatia <[email protected]>
add compat entries in Project.toml (#35)

58fcaf2f022ea542cb9fece42f3ce87fd199cbac authored over 3 years ago by Siddharth Bhatia <[email protected]>
clean up & rearrange code (#24)

* rename units.jl to utils.jl

* clean up files

* remove navigation.jl

84c656708e7e2efb1d47a8c38b1dd7d87f30f56f authored over 3 years ago by Siddharth Bhatia <[email protected]>
update README (#23)

* update README

* update README

* update README

6ba7e341ece714bbbcb5624728b68e81399897d5 authored over 3 years ago by Siddharth Bhatia <[email protected]>
add ci.yml, CompatHelper.yml, TagBot.yml (#22)

e81e08e7f86330984436904d879b7f25fe90fe91 authored over 3 years ago by Siddharth Bhatia <[email protected]>
add RLBase API and tests (#21)

* print some useful info about the game

* add RLBase API

* update tests

12f8d73aa1d09cb6e7561c5ce9c51314dcbe9b6d authored over 3 years ago by Siddharth Bhatia <[email protected]>
rewrite and restructure everything (#20)

* add SimpleDraw and REPL packages

* import SimpleDraw and REPL packages

* remove simple d...

c5a412f7b756888353a356afe1779e52a0847a10 authored over 3 years ago by Siddharth Bhatia <[email protected]>
rename RayCaster to RayCastWorlds and RC to RCW (#19)

0d45fc0ab99c21352d039b892727e5cd4ff37aa2 authored over 3 years ago by Sid-Bhatia-0 <[email protected]>
cleanup (#18)

* remove Agent, World, and generate_tile_map

* rename img to image

* cleanup drawing.jl

...

592371316fc25721ff8b3f61eea33616ec91f931 authored over 3 years ago by Sid-Bhatia-0 <[email protected]>
cleanup and organize files (#17)

* add random_policy.jl to examples directory

* remove experiment directory

* save output o...

e4410202fa79877c5dd77e688fcbd6e5ea29ea76 authored over 3 years ago by Sid-Bhatia-0 <[email protected]>
play SingleRoom and save animations (#16)

* add Random package

* use SingleRoom environment and simplify run.jl

* add ability to sav...

d37a4d09d7324775e963ec9f5352384747697d24 authored over 3 years ago by Sid-Bhatia-0 <[email protected]>
add environment SingleRoom (#15)

* add package ReinforcementLearningBase

* add SingleRoom environment

* remove environment ...

20797e32b1fcac952f990b209e57481e56d83d2f authored over 3 years ago by Sid-Bhatia-0 <[email protected]>
add RL experiments (#14)

* WIP: add environment RayCastWorld

* add simple experiment

* WIP: add state_transform and...

8e019204c597fe5fe9c5aedef12305d34e5d512d authored over 3 years ago by Sid-Bhatia-0 <[email protected]>
refactor (#13)

* add geometry.jl and move related stuff from world.jl to it

* move method get_rays into geom...

77f61cfc63d603f5c101e17c963f257cbb0a133c authored over 3 years ago by Sid-Bhatia-0 <[email protected]>
add goal (#12)

* add package ReinforcementLearningBase

* add GW.GOAL to tile maps

* add GW.GOAL in run.jl

cc938bd73d7b328682c4422ef977549f9ec91c12 authored over 3 years ago by Sid-Bhatia-0 <[email protected]>
refactor (#11)

* add Project.toml for run.jl

* separate tv and av image arrays

* wip: introduce combined ...

35d908ae93d925b28eda7184884c3932d38c8da2 authored over 3 years ago by Sid-Bhatia-0 <[email protected]>
fix collision detection (#10)

* make tiles as 1x1 squares in world units

* cleanup

* add StdSquare, StdCircle & their co...

3cee97f12a46fa61cdf1fbd811e32b408a1c9eb9 authored over 3 years ago by Sid-Bhatia-0 <[email protected]>
add agent view (#9)

* add both top view and agent view in rendering

* add draw_rays method

* wip add agent vie...

112aabda6ed45051b4b60d0f945236a472c1586d authored over 3 years ago by Sid-Bhatia-0 <[email protected]>
add ray casting (#8)

* remove type annotations in rotate methods

* add more rotation helper methods

* add basic...

1df4fb044f9b991671b34ea6f6ce810246ce0fa1 authored over 3 years ago by Sid-Bhatia-0 <[email protected]>
add collision detection and prevention for agent (#7)

7c9468818a7dcd91fa330d2afbcd45c57e7fc2c8 authored over 3 years ago by Sid-Bhatia-0 <[email protected]>
refactor and cleanup (#6)

* add method clear_agent

* add method get_agent_position_pu

* remove get_agent_position_pu...

6255510e382f0ee6f85a0700377951f2d212e4fd authored over 3 years ago by Sid-Bhatia-0 <[email protected]>
add rotation and fix movement (#5)

* add method draw_agent_direction

* add rotation and fix movement

* remove speed and radiu...

d5fcfb56cbfa45938f3a7293dc45413d93c657d7 authored over 3 years ago by Sid-Bhatia-0 <[email protected]>
refactor and add movement to agent (#4)

* remove methods test_mfb and render_world

* add method show_key to test keyboard callbacks
...

c3ec13d5a3b5a633543ed7cee7a84dbf5a97acbc authored over 3 years ago by Sid-Bhatia-0 <[email protected]>
add environment and agent (#3)

* add package StaticArrays

* add structs Agent and Environment

* add render_env method

...

d0dc111bf499a3304ace525707be71e3818ee062 authored almost 4 years ago by Sid-Bhatia-0 <[email protected]>
create and render a grid world (#2)

* add package GridWorlds.jl

* add method generate_world

* add render_world method

* ign...

7c5d2918c552e8d40908cffcef48dd443fe9e85a authored almost 4 years ago by Sid-Bhatia-0 <[email protected]>
add window using MiniFB (#1)

* add MiniFB package

* add method test_mfb

554f3f922cba4ff2b9d8e91d9535f0dd93e72a91 authored almost 4 years ago by Sid-Bhatia-0 <[email protected]>
Files generated by PkgTemplates

PkgTemplates version: 0.7.16

0d5213a271729dc726ae2f620495d2dbe25db845 authored almost 4 years ago by Sid-Bhatia-0 <[email protected]>
Initial commit

21e3304678d6ab2f662b71c5774dfb789c2a91f3 authored almost 4 years ago by Sid-Bhatia-0 <[email protected]>