Ecosyste.ms: OpenCollective

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

github.com/JuliaReinforcementLearning/ReinforcementLearning.jl

A reinforcement learning package for Julia
https://github.com/JuliaReinforcementLearning/ReinforcementLearning.jl

Format .jl files (#57)

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

374e699d643eebe964c2dce7fd30aae2a7dda547 authored over 4 years ago by github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Quick name correction in a batch_explorer file (#72)

* Rename batch_expoer to batch_explorer

* update import name of batch_explorer.jl

d26c8299dec07612ae2c2cfb0dd8de64d356f4c2 authored over 4 years ago by Felix Chalumeau <[email protected]>
add IQN (#36)

* add IQN

* uncomment tests

* fix method missing error

33647a4e3b2c60e8ecfdcee8a58ce4db7386f27a authored over 4 years ago by Jun Tian <[email protected]>
add finalizer for AtariEnv (#56)

* add finalizer for AtariEnv

* nonono, not anonymous function

76cab8e2cccee27945209ddf74c56d62bfcb138d authored over 4 years ago by Jun Tian <[email protected]>
potential bug fix (#35)

7cd77dab9f07c5d6dbe76ad4168da65e97122ca8 authored over 4 years ago by Jun Tian <[email protected]>
fix bug in PrioritizedDQN and Rainbow (#34)

02f1db99219f57af9854e62df037ee932cfab4ad authored over 4 years ago by Jun Tian <[email protected]>
add artifacts (#30)

* add artifacts

* add test case for pretrained models

* bugfix

3a0d44fc881bdd42ec5d91c4cae522a99b6df288 authored over 4 years ago by Jun Tian <[email protected]>
Format .jl files (#29)

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

38ac0b0438b293420e90c76037892934417325f6 authored over 4 years ago by github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
minor bugfix and add experiment for Rainbow (#28)

dc3125b62cb3975e745cc7e5af64131a834aef8c authored over 4 years ago by Jun Tian <[email protected]>
Udpate compat (#27)

* CompatHelper: add new compat entry for "BSON" at version "0.2"

* CompatHelper: add new comp...

09f1386645f1b5a6aa025f58b5b627ef0d0d90e2 authored over 4 years ago by Jun Tian <[email protected]>
Format .jl files (#18)

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

f2bf9d9a5d5b2e23f5fa145641b7e585fb6c36aa authored over 4 years ago by github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Update dependency of RLBase and RLCore (#21)

* update due to upstream change

* sync

* rainbow slow on GPU is fixed

* update A2C

*...

da5b85fb2a7088f194546c9bf89d38359ccd9409 authored over 4 years ago by Jun Tian <[email protected]>
Format .jl files (#70)

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

6e9f763963e160c9b0b0cde3f8cd448319c8b156 authored over 4 years ago by github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Pretty print description (#69)

* remove the default implementation

* use Markdown to print experiment description

661af545446f7b1479e36ceecac7c23c9e4b721d authored over 4 years ago by Jun Tian <[email protected]>
remove the default implementation (#68)

d301ba6ae8a65c0936e3215c39b44ff5a4da1c27 authored over 4 years ago by Jun Tian <[email protected]>
Format .jl files (#67)

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

aef6b74486262cd519c25ce02c52eeace5dc4558 authored over 4 years ago by github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Add experiment (#66)

* update loading saving related api

* add Experiment to allow overloading from 3rd-party pack...

241d89d69b8ce5b3990c79aec5e7703b7aa4ea38 authored over 4 years ago by Jun Tian <[email protected]>
Update Project.toml

3d939bae467a9f35a2605f21ec0bbbf1c6d4b621 authored over 4 years ago by Jun Tian <[email protected]>
Updated CHANGELOG.md

819151a298fcace8e87da2d46867c0b7a138cd83 authored over 4 years ago by noreply <[email protected]>
Format .jl files (#44)

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

f59b2480d05006c3490cbe42b24afdc034f3084a authored over 4 years ago by github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Updated CHANGELOG.md

fff655c8e440c5531f5a4c3fcff9bcb3a1d374e3 authored over 4 years ago by noreply <[email protected]>
Merge pull request #43 from JuliaReinforcementLearning/fix#55

fix sampling from MultiContinuousSpace

a8bf99d19ab4ac7a3936684eb7b1f6a6d82ae162 authored over 4 years ago by jbrea <[email protected]>
Update src/implementations/spaces/multi_continuous_space.jl

Co-authored-by: Jun Tian <[email protected]>

9574ae0fad5f256d43ae68fd6e9e6d9a1aa3b2b6 authored over 4 years ago by jbrea <[email protected]>
Format .jl files (#65)

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

3407e041578f76d85dca88834bda187be9e1a468 authored over 4 years ago by github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
update loading saving related api (#64)

e737a7716d97cd6ebc29c4cabf1f0688ddffe315 authored over 4 years ago by Jun Tian <[email protected]>
https://github.com/JuliaReinforcementLearning/ReinforcementLearningEnvironments.jl/issues/55

3f19197397079f79e3dc7bd144c7d7bd66c63fcb authored over 4 years ago by Johanni Brea <[email protected]>
Format .jl files (#62)

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

81605800d4f63aff0e4faafe03a9f199e4522b3e authored over 4 years ago by github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
CompatHelper: add new compat entry for "ImageTransformations" at version "0.8" (#61)

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

2204c75e6a6c2f70a2e62838dbc247a52b1e14f7 authored over 4 years ago by github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Add preprocessors (#60)

* add some useful preprocessors

* update compat

a6a60d1519ba5ab5511cfba3fbbfc9932bbb953c authored over 4 years ago by Jun Tian <[email protected]>
Support loading/saving agent (#55)

* support loading/saving Agent

* TBD:adding gpu(::Agent)?

* add hook

* change save agen...

862a403d5865b9456b5d8ad00c3e07ec5f8fefae authored over 4 years ago by Jun Tian <[email protected]>
Updated CHANGELOG.md

e415bccc7aaa48c57c7422c399d8447de81ab389 authored over 4 years ago by noreply <[email protected]>
Updated CHANGELOG.md

747604b1d0e7db69a336fe690fc7a5696fb1bd33 authored over 4 years ago by noreply <[email protected]>
Format .jl files (#54)

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

41533d166ec849b5bf52efe8f99ed502aa17747d authored over 4 years ago by github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Extend trainmode! and testmode! (#53)

* update agents policies explorers learners approximators

* bugfix

7febb752b16d4011ea1abee0ffdcf93769c81cb1 authored over 4 years ago by Jun Tian <[email protected]>
Format .jl files (#52)

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

52185b4984bd0e251d9d6f50e629e497315bdfc2 authored over 4 years ago by github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
add ActorCritic (#51)

* add ActorCritic

* add test cases

ddde95e82a2040bc05bdec8e9350b4492a943fee authored over 4 years ago by Jun Tian <[email protected]>
Format .jl files (#49)

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

288fc1e94fc59b3c645f87939c83ac27d4cff9c1 authored over 4 years ago by github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Format .jl files (#53)

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

eea1465f4da5a58c5c637fbf9db7566ea8f6d45b authored over 4 years ago by github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
CompatHelper: bump compat for "StatsBase" to "0.33" (#44)

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

b99b1f4a2e296f40c9ea7b0b784a41b4abd62346 authored over 4 years ago by github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Simplify APIs (#47)

* clean up policies

* clean up learners

* clean up explorers

* move some preprocessors ...

0aadb1bec1f8b5423342ce607d8496d6fb93d4bc authored over 4 years ago by Jun Tian <[email protected]>
CompatHelper: bump compat for "GR" to "0.49" (#50)

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

eb404484bc83a5a505a9576f871110505053adc0 authored over 4 years ago by github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
CompatHelper: bump compat for "StatsBase" to "0.33" (#47)

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

09bd35a6c9e7321b3f4d45fe6e8d769d6b8df04f authored over 4 years ago by github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Update OpenSpiel wrapper (#52)

* sync

* update due to upstream changes

* add get_history in OpenSpiel

* bump version

9aba929eadfbb38d26e966383832279280c49767 authored over 4 years ago by Jun Tian <[email protected]>
Delete format_check.yml

2ab941881e71022e5f12ace3f671de6270df1c40 authored over 4 years ago by Jun Tian <[email protected]>
Bump version

ff3bbc26904904badf0b6d2fc2e061598860465f authored over 4 years ago by Jun Tian <[email protected]>
Update interface.jl

d74c2dcd57ce522169558d374838ab696ee04c11 authored over 4 years ago by Jun Tian <[email protected]>
Updated CHANGELOG.md

9c514d0c394fa1a91c4f455857afb1c51ff3259a authored over 4 years ago by noreply <[email protected]>
Format .jl files (#42)

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

cad2c2000f56bc3c6bf820d75386bc22a080f374 authored over 4 years ago by github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Update Project.toml

2857925f5b3770bbab473e13650228811df65db6 authored over 4 years ago by Jun Tian <[email protected]>
Updated CHANGELOG.md

967afe439e2fc0c83881f4963ea4884ec49f6f46 authored over 4 years ago by noreply <[email protected]>
Simplify APIs (#41)

* simplify RLBase

* simplify API

* simplify test

* update comments

* move lottery en...

81c506b0061bd2b1248974ed5a54cf938135535b authored over 4 years ago by Jun Tian <[email protected]>
bump version

2c697e53312bf24863aa7e73a2459d4c7f65ca09 authored over 4 years ago by Jun Tian <[email protected]>
Update format_pr.yml

d4eb747d7455001a8cb632790e0f4fbb0b81cbe6 authored over 4 years ago by Jun Tian <[email protected]>
Update CompatHelper.yml

b890e1a5df6a960dc035ac38cd021a441de0fe68 authored over 4 years ago by Jun Tian <[email protected]>
Update TagBot.yml

20e2308ecdc981b96ab5cdb90d4b7ac1f62636ac authored over 4 years ago by Jun Tian <[email protected]>
Updated CHANGELOG.md

06ce2cbdcee4d48378066ef9f7cde8a43f19436f authored over 4 years ago by noreply <[email protected]>
Updated CHANGELOG.md

658d620a8477b7e91463b1ae39ead16d6a7c7880 authored almost 5 years ago by noreply <[email protected]>
Allow GPUArrays v3.1.0. (#45)

* Remove type requirement from CircularArrayBuffer.

* Allow GPUArrays v3.1.0.

* Also allow...

2b1d7fb2aa7dc240c8fdb41c6eb4a5a86bb24169 authored almost 5 years ago by Alexander Terenin <[email protected]>
Updated CHANGELOG.md

c05d44851c38f27880f102db9e2cf46e76022a23 authored almost 5 years ago by noreply <[email protected]>
Format .jl files (#46)

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

fd4be51e0fea56455371d5722c45534f4d6feb2b authored almost 5 years ago by github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Format .jl files (#42)

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

39f9aa816fc2d26aaaf25fbd775faa32d658d643 authored almost 5 years ago by github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
CompatHelper: bump compat for "Distributions" to "0.23" (#41)

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

025080e9afa3b395e2c9979f362707e1ff1b835f authored almost 5 years ago by github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Minor bug fixes (#15)

Fixed few bugs

b76d42224f77b27a4f77e9e58cf451f0f6fafda5 authored almost 5 years ago by Sriram <[email protected]>
Format .jl files (#13)

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

8ffea6e7bf83de0934241eef3eb311989813dc66 authored almost 5 years ago by github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Updated CHANGELOG.md

41a98cec9b6ac92a7ae4b5ad1fa3ed63db98a82b authored almost 5 years ago by noreply <[email protected]>
Format .jl files (#37)

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

7d6bb70b9adf059e9f386fb99f981e8e871f06ab authored almost 5 years ago by github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
update WrappedEnv to support postprocessor (#36)

93cf02847740f93162e47cff81fd0b1d9aa9435c authored almost 5 years ago by Jun Tian <[email protected]>
Added A2CGAE (#8)

* Added A2CGAE

Added Actor Critic with generalized advantage estimation

* bugfix in A2C

...

558df3c1dc9c8fbebb83045ccecf86a66ba18e51 authored almost 5 years ago by Sriram <[email protected]>
Format .jl files (#40)

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

b34ca08d356bf6ef0f6c2b9a942c2da68dfcdb6d authored almost 5 years ago by github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
minor bugfix (#39)

af58f4d7b49a46647f89984aba14af5b7411b77f authored almost 5 years ago by Jun Tian <[email protected]>
CompatHelper: bump compat for "GR" to "0.48" (#45)

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

50cb4b01e8333045a42005ee401d589c61214f6b authored almost 5 years ago by github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Merge pull request #10 from findmyway/dev_actor_critic

Fix bug in A2CLearner

0dbf8674d2ab8f350cda9801babc99e1c3497a74 authored almost 5 years ago by Jun Tian <[email protected]>
Update A2C.jl

06e7d0ee2da0b390dbf9f5238fce62d89bc3a119 authored almost 5 years ago by Jun Tian <[email protected]>
Format .jl files (#38)

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

0e8be6d0c00f51a2aab5c07a7e28246b98fa0dd2 authored almost 5 years ago by github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Update Project.toml

a8e45763b30055f46fa66a925bbce05f59b0a9cb authored almost 5 years ago by Jun Tian <[email protected]>
extend BatchExplorer (#37)

1a4aeb096d9b2dd1d08949d94f8903c8c99a6ae6 authored almost 5 years ago by Jun Tian <[email protected]>
use gpu by default

8ea91a3243156b8c8152344ecb3e6d52c8a9559f authored almost 5 years ago by Jun Tian <[email protected]>
sync

ba023b55090da10011f0bc2667fe78b9c18fb5ec authored almost 5 years ago by Jun Tian <[email protected]>
bug fix

89c17ee4c47e5ec5cb50ce9db510608a43ea3ba2 authored almost 5 years ago by Jun Tian <[email protected]>
merge master

c85a1c47f33b6b4c65b2e4d421d4779f51315e73 authored almost 5 years ago by Jun Tian <[email protected]>
bugfix in A2C

95a6319275665a148a162ecba406b29f460d66c6 authored almost 5 years ago by Jun Tian <[email protected]>
CompatHelper: bump compat for "GPUArrays" to "3.0" (#36)

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

b0cb211d0e326fd0d09357f86c4863fc5b912221 authored almost 5 years ago by github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Format .jl files (#35)

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

953c17c9cd85b4ccb3f871df9a8174a6e7e78c75 authored almost 5 years ago by github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Update index.md (#60)

Correct link to ReinforcementLearningZoo.jl

43b0a8a142a3361e47038ad7ed77e166640938af authored almost 5 years ago by Aman Bhatia <[email protected]>
Keep pop! always return element (#32)

* modify pop!

2d84fff553108d162b1fa3e818a0e2cfe9d323fe authored almost 5 years ago by Jun Tian <[email protected]>
Format .jl files (#34)

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

8ef3a674d8dc708c6d8b6d8c78d4d91648f8cccc authored almost 5 years ago by github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Added gae_returns (#33)

* Added gae_returns

Added a function to compute generalized advantage estimate

* Name chan...

0ac2a8011424c18469ca91c44fc85904cd18cd35 authored almost 5 years ago by Sriram <[email protected]>
Delete format_check.yml

bd9b45eff48ff6af4cacf4fbf4b7cca04d912dbb authored almost 5 years ago by Jun Tian <[email protected]>
Delete format_check.yml

fe53a3ad9b17a0bf8f0d64696291715de5a3bdbc authored almost 5 years ago by Jun Tian <[email protected]>
modify pop! (#35)

4b4f076410c069533a3ba06cd041140257a86351 authored almost 5 years ago by Jun Tian <[email protected]>
Delete format_check.yml

9758c21fd683023f7d5105de16fc67e452d757b0 authored almost 5 years ago by Jun Tian <[email protected]>
CompatHelper: bump compat for "CUDAapi" to "4.0" (#31)

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

e89aa34edc5a2123890ba85b72897c31a5864675 authored almost 5 years ago by github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Format .jl files (#30)

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

edcab26a9f3579516b61169cda10c3db333a8807 authored almost 5 years ago by github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Updated CHANGELOG.md

75cb211d265abf64989d14e7633ab85b65c564f4 authored almost 5 years ago by noreply <[email protected]>
Format .jl files (#34)

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

b4db79037e7415c96a031817be4cc0b546305f3a authored almost 5 years ago by github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
move some functions in RLCore to keep dependency in RLBase concise (#29)

3f21d70a7e4c78044f057aef6eed83a0ce42cdce authored almost 5 years ago by Jun Tian <[email protected]>
keep dependency concise (#33)

b1a8e954338c2f71c567a385b024690c33c83829 authored almost 5 years ago by Jun Tian <[email protected]>
Overload ReinforcementLearningBase.render for MountainCarEnv (#43)

* Implement ReinforcementLearningBase.render for MountainCarEnv

* Update mountain_car.jl

C...

86fedd667ae289ca577958761bc2c86c9f7e3d16 authored almost 5 years ago by Jun Tian <[email protected]>
Merge pull request #4 from JuliaReinforcementLearning/auto-juliaformatter-pr

Automatic JuliaFormatter.jl run

5be628c62cdf525674c8dfc0cf743e5d60d8a1a6 authored almost 5 years ago by Jun Tian <[email protected]>
Format .jl files (#28)

10bed6dd994d1adb8dd38970842d79a6e65b55b2 authored almost 5 years ago by Jun Tian <[email protected]>