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

Merge branch 'master' into compathelper/new_version/2022-07-02-00-48-26-524-287112613

github.com/JuliaReinforcementLearning/ReinforcementLearning.jl - 4f62eca42fad2a7b2924e761c898613ec722b8f2 authored about 2 years ago
Merge pull request #714 from JuliaReinforcementLearning/compathelper/new_version/2022-07-02-00-48-12-639-2417100009

CompatHelper: bump compat for "ReinforcementLearningZoo" to "0.5"

github.com/JuliaReinforcementLearning/ReinforcementLearning.jl - 4f12d3674abd2e6ef441d0f3dbfc68ef5de91a10 authored about 2 years ago
Merge branch 'master' into compathelper/new_version/2022-07-02-00-48-26-524-287112613

github.com/JuliaReinforcementLearning/ReinforcementLearning.jl - 1042146a2188403aa651de8661009045f2b97e86 authored about 2 years ago
Merge branch 'master' into compathelper/new_version/2022-07-02-00-48-12-639-2417100009

github.com/JuliaReinforcementLearning/ReinforcementLearning.jl - 2a927aa8d7e6d56e28eaf61ad4c9f5a8fc2998c1 authored about 2 years ago
Merge branch 'master' into compathelper/new_version/2022-07-02-00-48-05-956-1739709025

github.com/JuliaReinforcementLearning/ReinforcementLearning.jl - 67f04f0b10aa005ba8fcada58e51a2b1328d6bb0 authored about 2 years ago
Merge branch 'master' into compathelper/new_version/2022-07-02-00-47-57-468-670482445

github.com/JuliaReinforcementLearning/ReinforcementLearning.jl - 31f7179e9cdaa25662ad817f3090a642ad091f67 authored about 2 years ago
Merge pull request #768 from jeremiahpslewis/patch-2

Fix typo

github.com/JuliaReinforcementLearning/ReinforcementLearning.jl - 6a050e000f6f9dd77311a7671ef8851478e247d0 authored about 2 years ago
Merge pull request #767 from jeremiahpslewis/patch-1

Fix typo

github.com/JuliaReinforcementLearning/ReinforcementLearning.jl - 7cc083a3ba2cfe6f4713edd2e518002b1fb718a1 authored about 2 years ago
Fix TD Learner so that it handles MultiAgent/Simultaneous with NoOp (#769)

github.com/JuliaReinforcementLearning/ReinforcementLearning.jl - d20c431d722997aa49ff85fef5e3800ae71477a3 authored about 2 years ago
Merge pull request #26 from aurelio-amerio/master

Update TFRecord.jl to work with julia 1.7+ and ProtoBuf v1.0+

github.com/JuliaReinforcementLearning/TFRecord.jl - 01ad066298091a83ddd1353cf75066add7346906 authored over 2 years ago
Update Project.toml

Avoid breaking change

github.com/JuliaReinforcementLearning/TFRecord.jl - fcdae764080391d162931d21d5b54d8ef6032cf8 authored over 2 years ago
updated TFRecord.jl for julia 1.7+, ProtoBuf v1+

github.com/JuliaReinforcementLearning/TFRecord.jl - dbb70b04eb3d3fc8b7a8f8f547bcedcb3ef73102 authored over 2 years ago
Merge pull request #33 from JuliaReinforcementLearning/test_on_GPU

Fix #29

github.com/JuliaReinforcementLearning/ReinforcementLearningTrajectories.jl - 29b7cb42d9981b13ab99e5567670c49d6a947775 authored over 2 years ago
Merge pull request #32 from JuliaReinforcementLearning/compathelper/new_version/2022-09-12-01-53-20-391-02926210371

CompatHelper: add new compat entry for Adapt at version 3, (keep existing compat)

github.com/JuliaReinforcementLearning/ReinforcementLearningTrajectories.jl - 50439ba6c13e7faa1022022cef91d6cb645d41a1 authored over 2 years ago
CompatHelper: add new compat entry for Adapt at version 3, (keep existing compat)

github.com/JuliaReinforcementLearning/ReinforcementLearningTrajectories.jl - 786b5635f328daaee00712c5f54b3f17148a56a3 authored over 2 years ago
Merge pull request #31 from JuliaReinforcementLearning/test_on_GPU

add tests on GPU

github.com/JuliaReinforcementLearning/ReinforcementLearningTrajectories.jl - ba1b967bc45d640cefc789b6129cd56b92bfbd19 authored over 2 years ago
CommonRLSpace -> DomainSets (#756)

* CommonRLSpace -> DomainSets

* fix spell check

github.com/JuliaReinforcementLearning/ReinforcementLearning.jl - f97747923c6d7bbc5576f81664ed7b05a2ab8f1e authored over 2 years ago
TRPO (#747)

* implement `action_distribution`

* fix prediction

* fix spelling

* working

* add tr...

github.com/JuliaReinforcementLearning/ReinforcementLearning.jl - 0a344ce4926d8ceb5ca9bc1ae9d82a15a0992946 authored over 2 years ago
docs: add ludvigk as a contributor for code (#751)

* docs: update README.md [skip ci]

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

Co-authore...

github.com/JuliaReinforcementLearning/ReinforcementLearning.jl - 6dedd904e062add919225b3d66618b5d06ba89e1 authored over 2 years ago
Update DoEveryNEpisode hook to new api (#750)

DoEveryNEpisode hook was called with stage=POST_EPISODE_STAGE as default rather than PostEpisode...

github.com/JuliaReinforcementLearning/ReinforcementLearning.jl - c8d7a0259f4065c3eb9a61c97d13012367db2b83 authored over 2 years ago
Fix parameter names for AsyncTrajectoryStyle (#749)

When using AsyncTrajectoryStyle, optimise! was called with p and t as parameters rather than pol...

github.com/JuliaReinforcementLearning/ReinforcementLearning.jl - 746579de994bfa73d5d90071f12164589e4ede46 authored over 2 years ago
CompatHelper: bump compat for "CommonRLSpaces" to "0.2" for package ReinforcementLearningBase

github.com/JuliaReinforcementLearning/ReinforcementLearning.jl - ee1ba64a932d1d408a5f4cb4ee21336925b4134b authored over 2 years ago
Incrementing new version

Getting ready to tag a new version because we have a test user: JuliaPOMDP/POMDPs.jl#423 I hope ...

github.com/JuliaReinforcementLearning/CommonRLSpaces.jl - 84b09467c056cb30ccdc366e563e1a7a72087e9f authored over 2 years ago
Noted that hybridspacestyle is not implemented yet

(hybridspacestyle is planned for the future)

github.com/JuliaReinforcementLearning/CommonRLSpaces.jl - f2c5ac8e543feae32553c4c138ddaa881b034bbb authored over 2 years ago
Merge pull request #9 from JuliaReinforcementLearning/refactor

Refactor to allow containers to be directly used as spaces

github.com/JuliaReinforcementLearning/CommonRLSpaces.jl - 00e365d220a06979bb2caec0528b639f42088763 authored over 2 years ago
added docstrings, updated readme

github.com/JuliaReinforcementLearning/CommonRLSpaces.jl - e48e17bee171410ead12943b8a515f656499296f authored over 2 years ago
finished implementing TupleProduct

github.com/JuliaReinforcementLearning/CommonRLSpaces.jl - 361d9994c50670a7db9f43fc068a3e59943a74e6 authored over 2 years ago
added some words in the README about products

github.com/JuliaReinforcementLearning/CommonRLSpaces.jl - 61924cfa7f805f50dc960106e95f5f497ebd1deb authored over 2 years ago
added products of boxes and friends

github.com/JuliaReinforcementLearning/CommonRLSpaces.jl - 8a501c8fe43eddf1c1d39f1fc2a00b141715bbbd authored over 2 years ago
docs: add mplemay as a contributor for doc (#743)

* docs: update README.md [skip ci]

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

Co-authore...

github.com/JuliaReinforcementLearning/ReinforcementLearning.jl - cd92f2d7d201c3569c1d5e5a8a8691bfe5c490d8 authored over 2 years ago
CompatHelper: add new compat entry for "Distributions" at version "0.25" for package ReinforcementLearningExperiments (#735)

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-...

github.com/JuliaReinforcementLearning/ReinforcementLearning.jl - c74f71711c11a36771700f21a94059ff367fbd35 authored over 2 years ago
CompatHelper: add new compat entry for "Distributions" at version "0.25" for package ReinforcementLearningZoo (#734)

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>

github.com/JuliaReinforcementLearning/ReinforcementLearning.jl - 6aed5a0154165091d149bf379576e85d6102303c authored over 2 years ago
add VPG (#733)

* add VPG

* update dependencies

github.com/JuliaReinforcementLearning/ReinforcementLearning.jl - f3c02abbf42ed0f7fc4e0a5fd6f95adeb2dec528 authored over 2 years ago
Merge pull request #28 from findmyway/add_controller_and_sampler

Add ElasticArraySARTTraces

github.com/JuliaReinforcementLearning/ReinforcementLearningTrajectories.jl - 5f90ce2e94543417d00de912940480424a5172b0 authored over 2 years ago
Add struct view (#732)

* support colorful struct view

* support colorful struct view

* support colorful struct view

github.com/JuliaReinforcementLearning/ReinforcementLearning.jl - 02ceac44a1920292ee4bed2dc12dc4eaacf6e931 authored over 2 years ago
Merge pull request #726 from BigFood2307/multi_env_sac

Adapted SAC to support MultiThreadedEnv

github.com/JuliaReinforcementLearning/ReinforcementLearning.jl - 20780df3f4be81da359214054e24f2c8d22ecece authored over 2 years ago
Merge branch 'master' into multi_env_sac

github.com/JuliaReinforcementLearning/ReinforcementLearning.jl - 48d777732e801795f901a8eea2ac92bf6e30aa65 authored over 2 years ago
docs: add ll7 as a contributor for doc (#728)

* docs: update README.md [skip ci]

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

Co-authore...

github.com/JuliaReinforcementLearning/ReinforcementLearning.jl - 318f0f1d2868adcb96050fbfe5894509287a3d37 authored over 2 years ago
Add the number of episodes (#727)

I think the variable `n_episode` should be defined, s.t. the example does run by copy and pastin...

github.com/JuliaReinforcementLearning/ReinforcementLearning.jl - 5e55865b9ec056d6281338f6f02cced391080186 authored over 2 years ago
Adapted SAC to support MultiThreadedEnv

github.com/JuliaReinforcementLearning/ReinforcementLearning.jl - 94b3ac4b08248093b9fbcd2602630ce22cbb043d authored over 2 years ago
add rainbow (#724)

* sync

* add rainbow

* add test for rainbow

github.com/JuliaReinforcementLearning/ReinforcementLearning.jl - 8c758f56f033ac70a081c890a3e51905d2cabd53 authored over 2 years ago
added basic doc for `TDLearner` (#649)

* added basic doc for `TDLearner`

* Update src/ReinforcementLearningZoo/src/algorithms/tabula...

github.com/JuliaReinforcementLearning/ReinforcementLearning.jl - 06aa63e06f255654e5ae967ec4737cafd4d77908 authored over 2 years ago
CompatHelper: bump compat for "ReinforcementLearning" to "0.10" for package ReinforcementLearningExperiments

github.com/JuliaReinforcementLearning/ReinforcementLearning.jl - c3e67f928379ac1e4e3ce350d654d7ce7f5ed8f8 authored over 2 years ago
CompatHelper: add new compat entry for "StableRNGs" at version "1" for package ReinforcementLearningExperiments

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

github.com/JuliaReinforcementLearning/ReinforcementLearning.jl - 14c38cdf53ea1f5a35bae2cb794557e861a46d9d authored over 2 years ago
CompatHelper: bump compat for "ReinforcementLearningCore" to "0.8" for package ReinforcementLearningZoo

github.com/JuliaReinforcementLearning/ReinforcementLearning.jl - 23d58c206d246da90f909c260b34f1523e782f0e authored over 2 years ago