Ecosyste.ms: OpenCollective

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

ReinforcementLearning.jl

Reinforcement Learning in Julia
Collective - Host: opensource - https://opencollective.com/reinforcementlearningjl - Website: https://juliareinforcementlearning.org - Code: https://github.com/JuliaReinforcementLearning

CompatHelper: bump compat for "UnicodePlots" to "3" for package ReinforcementLearningCore

github.com/JuliaReinforcementLearning/ReinforcementLearning.jl - acace22adf22909c12c5226388144a255eaf2097 authored over 2 years ago
CompatHelper: bump compat for "Functors" to "0.3" for package ReinforcementLearningCore

github.com/JuliaReinforcementLearning/ReinforcementLearning.jl - 55a6dbc68b25bde1d596cfea10dc144af6307bf4 authored over 2 years ago
CompatHelper: bump compat for "AbstractTrees" to "0.4" for package ReinforcementLearningBase

github.com/JuliaReinforcementLearning/ReinforcementLearning.jl - 9f6676454fd14e9946d58eda22a6919b3d1f5f27 authored over 2 years ago
CompatHelper: bump compat for "ReinforcementLearningZoo" to "0.5"

github.com/JuliaReinforcementLearning/ReinforcementLearning.jl - 59134724af05b3bb7c4e4264553af57b42afa768 authored over 2 years ago
CompatHelper: bump compat for "ReinforcementLearningEnvironments" to "0.6"

github.com/JuliaReinforcementLearning/ReinforcementLearning.jl - 34442fb5cd7fea6b70630116570d6c2024dfab38 authored over 2 years ago
CompatHelper: bump compat for "ReinforcementLearningCore" to "0.8"

github.com/JuliaReinforcementLearning/ReinforcementLearning.jl - bbbfd55ab759afe30f0773507c8f2ef03cfda317 authored over 2 years ago
Merge pull request #621 from HenriDeh/EpisodeResetCondition

Episode reset condition

github.com/JuliaReinforcementLearning/ReinforcementLearning.jl - 89fe660566b450a6a560dc5d7e0f02d890685c78 authored over 2 years ago
Merge branch 'master' into EpisodeResetCondition

github.com/JuliaReinforcementLearning/ReinforcementLearning.jl - 8732fb81a322ecbc6dae6b85be424abcc9e4af80 authored over 2 years ago
checkin Mainifest.toml (#711)

* checkin Mainifest.toml

* fix warning

* add missign dependency

github.com/JuliaReinforcementLearning/ReinforcementLearning.jl - b58c7c4e7c7ecb141df135023dd284cab487c6e0 authored over 2 years ago
implemented figure 13.2 (#92)

* fixed title

* implemented figure 13.2, some improvements

github.com/JuliaReinforcementLearning/ReinforcementLearningAnIntroduction.jl - db328fadf2867c5b9f3a9c1e799f5829419560e3 authored over 2 years ago
Merge branch 'EpisodeResetCondition' of https://github.com/HenriDeh/ReinforcementLearning.jl into EpisodeResetCondition

github.com/JuliaReinforcementLearning/ReinforcementLearning.jl - 6e00c330e07f00ec7b7029ba309a0114169e9ded authored over 2 years ago
Merge branch 'master' into EpisodeResetCondition

github.com/JuliaReinforcementLearning/ReinforcementLearning.jl - 6e8575c475a2b03811c8531e3935487a41d6549d authored over 2 years ago
Merge branch 'master' into EpisodeResetCondition

github.com/JuliaReinforcementLearning/ReinforcementLearning.jl - b2924240b4d8b98c419cfeb39af1a5820c2cd67a authored over 2 years ago
fixed missing NA definition for figure 9.10 (#89)

github.com/JuliaReinforcementLearning/ReinforcementLearningAnIntroduction.jl - 0ac35a52e24f8ae12c34cd6203ca189ff4b53bc9 authored over 2 years ago
improved performance of figure 9.10 (#88)

* fixed title

* fixed label

* improved performance

* fixed label for real this time

...

github.com/JuliaReinforcementLearning/ReinforcementLearningAnIntroduction.jl - 06bc1fc8a70909bba408ed75a265d3f72827f44f authored over 2 years ago
add QRDQN (#699)

* add QRDQN

* add QRDQN

github.com/JuliaReinforcementLearning/ReinforcementLearning.jl - fc74394b4552d09d50411fcb46d62c6b85ac3da9 authored over 2 years ago
Fix chap9 label (#86)

* fixed title

* fixed label

github.com/JuliaReinforcementLearning/ReinforcementLearningAnIntroduction.jl - e83f54055d621dbc44b205d2016c6868abf4b4a1 authored over 2 years ago
add PrioritizedDQN (#698)

* add PrioritizedDQN

* add test for PrioritizedDQN

github.com/JuliaReinforcementLearning/ReinforcementLearning.jl - 0d9032aa43a0a82ccfb4877cd0f5d40fd8cf742b authored over 2 years ago
Merge pull request #27 from findmyway/tianjun/bump_version

minor enhancement and bump version

github.com/JuliaReinforcementLearning/ReinforcementLearningTrajectories.jl - bc245a8c599bd584c5f1fc1e4c400028d7c31bbb authored over 2 years ago
Merge pull request #26 from findmyway/tianjun/add_prioritized_traces

Add CircularPrioritizedTraces

github.com/JuliaReinforcementLearning/ReinforcementLearningTrajectories.jl - f09d3288722b7227ffca6e6b24e60da746500bcc authored over 2 years ago
fixed typo in customized environment docs (#697)

github.com/JuliaReinforcementLearning/ReinforcementLearning.jl - 1d08e14e5239c6d04984556145ad67edef7c2e77 authored over 2 years ago
Merge pull request #695 from JuliaReinforcementLearning/HenriDeh-patch-2

Update the "how to implement a new algorithm"

github.com/JuliaReinforcementLearning/ReinforcementLearning.jl - 77b33760e7d9554a43255cd6b480345d4045bd97 authored over 2 years ago
Update How_to_implement_a_new_algorithm.md

github.com/JuliaReinforcementLearning/ReinforcementLearning.jl - 84941eecfd443fd805d78c0c05059f967ceb6a33 authored over 2 years ago
Update the "how to implement a new algorithm"

Given the recent changes, the tutorial was already outdated. I still need to update the extensio...

github.com/JuliaReinforcementLearning/ReinforcementLearning.jl - 170a54d944d118c8f3ce832791625da868d84c6e authored over 2 years ago
Small improvements for TicTacToeEnv (#692)

* More explicit logging in TicTacToeEnv

* Fix type instability in TicTacToeEnv

github.com/JuliaReinforcementLearning/ReinforcementLearning.jl - 9bfe4cf70eecf601d72c2de278f676cfc07ce1e8 authored over 2 years ago
enable OpenSpiel (#691)

* enable OpenSpiel

* passCI

github.com/JuliaReinforcementLearning/ReinforcementLearning.jl - c70f4f057202d6e02a39399458160002756b63ed authored over 2 years ago
Merge pull request #13 from findmyway/bump_version

bump version

github.com/JuliaReinforcementLearning/OpenSpiel.jl - 14fdfc171c8a1a518d4b6f5c5a6885d0c93b9bfb authored over 2 years ago
Add `JuliaRL_DQN_CartPole` (#650)

* add back common networks

* add TwinNetwork

* sync

* add experiment JuliaRL_DQN_CartPole

github.com/JuliaReinforcementLearning/ReinforcementLearning.jl - d2bfd1f7b267be65a7b256ee967c6ce7be88aea8 authored over 2 years ago
Bump version

The only breaking change is to move the `transformer` into the `Trajectory`

github.com/JuliaReinforcementLearning/ReinforcementLearningTrajectories.jl - 42f0bc7c1319c125c2da6280ca28aa74fe69e7ec authored over 2 years ago
Merge pull request #25 from findmyway/minor_bugfixes

Rename some variables to avoid confusion

github.com/JuliaReinforcementLearning/ReinforcementLearningTrajectories.jl - a74f6174df40723b3320f86cc611f01ec12e8643 authored over 2 years ago
Use Trajectories.jl instead (#632)

* sync

* finish agent.jl

* let's call it a day

* simplify code structure

* minimal c...

github.com/JuliaReinforcementLearning/ReinforcementLearning.jl - c67a604336923ee9120d75dee74456759860fcda authored over 2 years ago
deploy: JuliaReinforcementLearning/ReinforcementLearning.jl@2e1de3e5b6b8224f50b3d11bba7e1d2d72c6ef7c

github.com/JuliaReinforcementLearning/JuliaReinforcementLearning.github.io - 9f420929a4856293f3734d3b5befb244d66a38f7 authored over 2 years ago
just tag the latest code of [email protected] so that we can easily compare the performances in the future (#647)

github.com/JuliaReinforcementLearning/ReinforcementLearning.jl - 2e1de3e5b6b8224f50b3d11bba7e1d2d72c6ef7c authored over 2 years ago
changed learner type for clarity (#83)

Co-authored-by: HU Xinqiao <[email protected]>

github.com/JuliaReinforcementLearning/ReinforcementLearningAnIntroduction.jl - 57a325e87ca6f28094b51aa876dacdbd70ecf120 authored over 2 years ago
Merge pull request #7 from findmyway/fix_ci

fix bug found in ci

github.com/JuliaReinforcementLearning/CommonRLSpaces.jl - ddfd7aba73515677c9d50021644ffa8c3c209506 authored over 2 years ago
fix bugs when trying to adapt to RLEnvs.jl

github.com/JuliaReinforcementLearning/CommonRLSpaces.jl - d4b705f2e50a02a9c88af0306d23b4b8f9b3f75d authored over 2 years ago
docs: add baedan as a contributor for code (#646)

* docs: update README.md [skip ci]

* docs: update .all-contributorsrc [skip ci]

Co-authore...

github.com/JuliaReinforcementLearning/ReinforcementLearning.jl - 467b81cd442f43a096caa4a6362368ac7e74ee76 authored over 2 years ago
created fallback implementation for legal_action_space_mask (#644)

* created fallback implementation for legal_action_space_mask

* fixed doc typo

github.com/JuliaReinforcementLearning/ReinforcementLearning.jl - cdfe41e9766fd67dfbd8d20674088dea44c26452 authored over 2 years ago
Merge pull request #12 from JuliaReinforcementLearning/normalization

Normalizer Wrapper

github.com/JuliaReinforcementLearning/ReinforcementLearningTrajectories.jl - 8c6b3047b1ebe864b01520d55a6f15601471403b authored over 2 years ago
Files generated by PkgTemplates

PkgTemplates version: 0.7.27

github.com/JuliaReinforcementLearning/CommonRLSpaces.jl - f9d8885958d9bb76c0948e7bbae882853e310840 authored over 2 years ago
Merge pull request #21 from findmyway/minor_enhancements

minor updates when adapting this package in RL.jl

github.com/JuliaReinforcementLearning/ReinforcementLearningTrajectories.jl - 909561938e82d028c064a4b7f33a98bf6e84f9a1 authored over 2 years ago
Update link to run function (#81)

Update link to run function, fixes #55 .

github.com/JuliaReinforcementLearning/ReinforcementLearningAnIntroduction.jl - 0c88fd168975055d37de6ed22e973a09b54c9535 authored over 2 years ago
Merge pull request #20 from findmyway/rename_package_name

Rename to ReinforcementLearningTrajectories

github.com/JuliaReinforcementLearning/ReinforcementLearningTrajectories.jl - f2239bdf4b7a759d0cbcaf226fe82d63d4409371 authored over 2 years ago
Merge pull request #19 from findmyway/add_patches

Set default controller

github.com/JuliaReinforcementLearning/ReinforcementLearningTrajectories.jl - 64e82873fcb3347b1b75b6d79bfcc3aff8493ad1 authored over 2 years ago
Merge pull request #18 from findmyway/add_patches

add patch code for StackViews

github.com/JuliaReinforcementLearning/ReinforcementLearningTrajectories.jl - b5b1016b8bccd4afd8ff4cd10b37a01fcd24cad8 authored over 2 years ago
Merge pull request #16 from findmyway/update_compat

update compat

github.com/JuliaReinforcementLearning/ReinforcementLearningTrajectories.jl - 0aca249d4ad4c3328da8daf163393e7ef4417fcd authored over 2 years ago
Merge pull request #11 from JuliaReinforcementLearning/compathelper/new_version/2022-05-09-01-11-48-274-01092636667

CompatHelper: add new compat entry for MacroTools at version 0.5, (keep existing compat)

github.com/JuliaReinforcementLearning/ReinforcementLearningTrajectories.jl - 0df05954bd8dab298fb8434a3a52cbffb7c1f21e authored over 2 years ago
Merge pull request #14 from findmyway/add_multiplex_traces

Unify the definition of `AbstractTraces`

github.com/JuliaReinforcementLearning/ReinforcementLearningTrajectories.jl - 1bb46a935098a85c185b549c45659fe53ffc1bef authored over 2 years ago
resolve comment: add parameter of inner Episode in Episodes

github.com/JuliaReinforcementLearning/ReinforcementLearningTrajectories.jl - ab664e96e9c7425e1513455cd86b9c9b2136e3fb authored over 2 years ago