Ecosyste.ms: OpenCollective

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

github.com/JuliaReinforcementLearning/ReinforcementLearningEnvironments.jl

A one-stop package for different reinforcement learning environments
https://github.com/JuliaReinforcementLearning/ReinforcementLearningEnvironments.jl

Update README.md

9ce314358af3d9adfefeace8d429fbc223dade14 authored over 3 years ago
bump version

deacb7afa36935d3e3d3ad9ccd1da2d7e7c02065 authored over 3 years ago
Fixed Acrobot Rewards (#140)

* Fixed Acrobot Rewards

1. Previously, reward was 0 until success, at which point the reward ...

29bb58e5c3bb2d33dac84282f09bd92e545541da authored over 3 years ago
CompatHelper: bump compat for "GR" to "0.57" (#133)

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

1c0d2844cf3210961fdc3242696e504b2a3704f6 authored almost 4 years ago
Bump version

f2bbfa3ae0b359b54ce089ee39b1811d58495dca authored almost 4 years ago
move AcrobotEnv optional to reduce first loading time (#139)

1e822023cc56516fe408bc8e3ae7c2754acd6350 authored almost 4 years ago
Copy LICENSE from ReinforcementLearning.jl

db5a7929f0683709c1a6f7936ee770bad9e78f17 authored almost 4 years ago
Bump version

d0e3c2fe83629cb89c1023151d9eb52a65e3a8dc authored almost 4 years ago
fix state_size (#132)

79cb5d777a2f7c92a70733d8fec6bbfa08d2c74d authored almost 4 years ago
Fix129 (#130)

* fix 129

* add tests

* fix tests

3b32dae38f1a58c0df4732a8996403e1d8f91d8a authored almost 4 years ago
Update README.md

84f9812af2c1aa4d3158432785c8cd981e407eb8 authored almost 4 years ago
CompatHelper: bump compat for "GR" to "0.55" (#128)

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

76cf160497282cd9e17557fd673f884304868017 authored almost 4 years ago
Format .jl files (#126)

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

0dfaac698beee90a56402ba0efe951a2c59753f8 authored almost 4 years ago
Bump version

8c917c3967618c38e1a4ebbb974bfe2aa9619e5f authored almost 4 years ago
Simplify env wrapper (#127)

* simplify the definition of environment wrappers

* simplify further

9e0218277ea80ee2b4a6da2455481c329dfb5bbd authored almost 4 years ago
Bump version

9f50b3430ddfc624c9a9003502537a723cc445a1 authored almost 4 years ago
Add episode length for Bit Flipping Env (#125)

* Add episode length for Bit Flipping Env

Add episode length for Bit Flipping Env
Fix typo
...

835690d7156750135c9a35323d38249ffa83906b authored almost 4 years ago
Format .jl files (#120)

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

4b3d39e68c87e5b4add1bd526671801a65193550 authored almost 4 years ago
CompatHelper: bump compat for "GR" to "0.54" (#124)

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

da2bb5ea93d3b1d5599f5108c2c374380b74be34 authored almost 4 years ago
Add link to blog

c16c9450e57b2c722db333a5db10707766b9856b authored almost 4 years ago
Bump version

9f7ef996f17f747e84dfa251f38e375867553f2f authored about 4 years ago
remove duplicated code in BitFlippingEnv (#123)

b4abe781e0ef1f653dfcba2e563a4e61954d0c8c authored about 4 years ago
Bump version

7b77e4ff666331f97ed877e2f97c07b65d47ad06 authored about 4 years ago
Support rlintro (#119)

* support string representation for TicTacToeEnv

* fix bugs with DefaultStateStyleEnv

* ex...

9220f4b8f2e09c84abd3ab0442bb71b2e79fb46a authored about 4 years ago
Refactor exports (#122)

* Refactor exports

Remove GoalState as it is supported by RLBase

* Update compat of RLBase

Bu...

4e3eb9e308d6fe6de615ed87d895b9eab2f259e2 authored about 4 years ago
remove unnecessary plot (#121)

5c4dcce7fd20b2d9fecafbc832b2ef05bcc72abf authored about 4 years ago
Format .jl files (#118)

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

d709afb809967cebcb3d5984e9d69da304fd0afb authored about 4 years ago
Format .jl files (#117)

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

be19bc7eb636bceed9820415c23e60bdcbb5c609 authored about 4 years ago
Add Bit Flipping Environment[WIP] (#116)

* Add BitFlipping Environment

Add BitFlipping Environment

* Bug FIxes

Bug FIxes

c481c0616f510cd4c930c691cefafd24ef30fb5e authored about 4 years ago
Remove MultiThreadEnv from README.md

MultiThreadEnv is already moved into RLZoo

ae05d254977d724e69d1b980f555f30238c18437 authored about 4 years ago
reset current_t upon resetting MaxTimeoutEnv #115

ed9e04c7032a57f1f5961f4a608f9ec3d4d5a60c authored about 4 years ago
add is_terminated test after reset!

06f2e6a0ed9d306e0059d81726c73b1beebf01d5 authored about 4 years ago
add test env.current_t == 1 after reset!

0fbee0ddbf3d573c5b3510af042152838b0487ed authored about 4 years ago
fix name MyMaxTimeoutEnv to MaxTimeoutEnv

72e260f04efeb57194c905079c8d161754cb17ba authored about 4 years ago
reset current_t in MaxTimeoutEnv

ded555ee9d74c60a2a1a676cef3597ede63905e6 authored about 4 years ago
Remove space (#114)

* update dependency of RLBase

* bump version

8141ddb5a979c69e8705016dc87f9ac77ad378d7 authored about 4 years ago
Update Project.toml

5b1343d912f69a8431df7fc5775aa13a7d9d53b8 authored about 4 years ago
Format .jl files (#107)

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

7e8789538344c5ddc4e7393f5dec757a463282ab authored about 4 years ago
I still can't figure out how to display them... (#113)

fa87a29a5591a4dc324b0daacdebf23a8bff3d3d authored about 4 years ago
Bugfix with open spiel env (#112)

* bugfix with OpenSpielEnv

* disable SnakeGames

* comment out snake_game tests

e6f5075f2f33add90560e9358dc481d5bc94ce5c authored about 4 years ago
bugfix with OpenSpielEnv (#111)

a9b8752551b2c4c246fe965547c48b0b017ac43f authored about 4 years ago
Merge pull request #110 from norci/patch

added .JuliaFormatter.toml

4bdc45c809025e09a19249a2c81e71ced4d8ade8 authored about 4 years ago
added .JuliaFormatter.toml

e3478500fa7bb7ee339916cb8f34a2340ea0210b authored about 4 years ago
Add converters (#109)

* add a converter

* remove unused function names

* fix tests

* minor fix with ChancePlayer in...

15d2740ba45ca0c7d67851a457c433192fb46abf authored about 4 years ago
Bump version

Prepare for the next release of RLZoo

812c42ba6eaeb41d814be571d6cbd106d1d9b423 authored about 4 years ago
Extend MultiThreadEnv to accept a vector of environments (#108)

* extend MultiThreadEnv

7d06c217b55cb596d8f654b7269b987f5e30ecdb authored about 4 years ago
add test for SnakeGames (#106)

1eb14f321bd1610180f3eb962da62dc614015c96 authored about 4 years ago
Format .jl files (#104)

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

0413be4d4b1213dcda0581c7491e33d44fda74f5 authored about 4 years ago
Update compat

56e0551e79bd5034766c2c921c297599d5c769f0 authored about 4 years ago
CompatHelper: bump compat for "GR" to "0.53" (#98)

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

77c92985316f2ad8efd32cebcc05e3353f8bd095 authored about 4 years ago
Bump version

bd8d6519e0e884b33120456ebc268c52d82bc9d6 authored about 4 years ago
Update badge

7606e1ba264a63583bd0ff7dbae641d0af82bb06 authored about 4 years ago
Update dependency of RLBase (#103)

* fix basic environments

* fix GymEnv

* remove POMDP since we can use it via CommonRLInter...

8b5061591c32463e96676cacfa5724464d946bf2 authored about 4 years ago
Automated commit made by MassInstallAction.jl (#100)

044a7af7eb23f6ee54826ac63271fdd7a2bc7ba8 authored about 4 years ago
Add GitHub Actions CI (#101)

* remove Travis CI

* add GitHub Actions CI

6825d3e50d0471da471c1070e9739b56b38f9b35 authored about 4 years ago
Revert auto format related changes (#96)

abe4959e0c2fe2a89efc016d01e4592d8486bbf2 authored over 4 years ago
Update format-pr.yml

1212d10dc0041b31aab4910d3886c28d30fd6504 authored over 4 years ago
Update format-pr.yml

c3fe726c2ac160904966d5a7c5ccfb6573f5ee4d authored over 4 years ago
Bump Version

9efcc1ec05b77fcb3e322c2c11c6e8fbf8a37092 authored over 4 years ago
Format .jl files (#94)

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

95ac277732c01fbb006396a0a9de381a4b04b0fe authored over 4 years ago
Adding Black Jack Environment (#93)

* Add files via upload

Adding Toy text(BlackJackEnv)

* Update ReinforcementLearningEnvironment...

fa0fbd9016f2ce20bacfe0fbf663050adde688da authored over 4 years ago
support == and hash (#90)

0932006ceafae3073ac569021bf925200d91e1cf authored over 4 years ago
Format .jl files (#86)

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

41e3ef5b69eb3c1aefe4e4cf127d4e6ebd58e260 authored over 4 years ago
CompatHelper: bump compat for "GR" to "0.52" (#85)

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

32fecc6cd133b8be417b43da9f60741ca03b56e7 authored over 4 years ago
Bump version (#84)

* bump version

* minor fix

0cf8df61f8918b043b08710840bc65fe193cf02e authored over 4 years ago
Format .jl files (#83)

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

be03155251e567b5332a26e62dc880285e05c060 authored over 4 years ago
Multi agent changes (#82)

* add snake game

* update readme

* ignore SnakeGameEnv in test

* refactor OpenSpiel a l...

1246031c01c5c3fd2bbb6060b4455e3845db621a authored over 4 years ago
Update Project.toml

2444330d6abc189b0bf4f7028379e15c43c5352e authored over 4 years ago
Format .jl files (#81)

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

b8ae090b1d41298f1d43f00c7e6d43e89824c9e9 authored over 4 years ago
Add wrapper for snake game (#80)

* add snake game

* update readme

* ignore SnakeGameEnv in test

05a6e2271fd601042f4612da1e23066e3c6668e9 authored over 4 years ago
Format .jl files (#78)

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

a9b4e0158442e985231c633e187fe776414d3004 authored over 4 years ago
Update Project.toml

1cdd308901a9030e0b5f5834db984356a930391c authored over 4 years ago
Update RLBase to v0.8 (#76)

* sync

* support next version of RLBase

* fix traits in OpenSpiel

* change seed to rng
...

c3259373084b4b0ec01686b954ff21d8471004a6 authored over 4 years ago
CompatHelper: bump compat for "GR" to "0.51" (#74)

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

afab24cfa9c8f4d427745c4bc86cdcaa04e01a30 authored over 4 years ago
Update Project.toml

46695744b0b6481eb2b2b016cdd191b57e60fdb3 authored over 4 years ago
Update README.md

c45f155974a97345492118694fdec76e3336d84a authored over 4 years ago
Format .jl files (#69)

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

23598507b6f997c477e3bfe721a6c27d19536ef1 authored over 4 years ago
Load only methods with @require (#68)

* fix render

* parametric action

* import OrdinaryDiffEq

* fixes #27

* Array -> Abst...

8cc3edced4ef84fb6c0884b2dbb15228b0cc752c authored over 4 years ago
Format .jl files (#66)

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

be8ab971d65a6689a0cc6801459bac3f6f34f297 authored over 4 years ago
Update Project.toml

3107bd14150b573924e6792f8ed4a68e26a3571a authored over 4 years ago
Fixes to Pendulum.jl and some standardizing of classical control envs (#65)

* Add discrete, fix angle_normalize and reset! in Pendulum

* set actions and rename _interact...

5dcada430550f1a1661d53d5039ec46e64a0640c authored over 4 years ago
test envs with T = Float32

e7cf316c7946715d8b585afa9d4675ba1e3e46f4 authored over 4 years ago
set T as in mountaincar

f9aaf9690de4425f7dd4125ea6e7a0fa580c347f authored over 4 years ago
rm angle_normalize

1c33ef59cddd8521b45e1c7b812e4d13198af3a6 authored over 4 years ago
Format .jl files (#64)

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

d08319d0f97c481d7ae1a749cf389e496d089738 authored over 4 years ago
allow setting data type in discrete MountainCarEnv (#63)

b2fa199f50faa13b2b1ff84c6b030137faec1b7f authored over 4 years ago
Format .jl files (#61)

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

f41d0e35491378492447da25e3314deddc8f1c69 authored over 4 years ago
CompatHelper: add new compat entry for "OrdinaryDiffEq" at version "5.39" (#60)

* CompatHelper: add new compat entry for "OrdinaryDiffEq" at version "5.39"

* Update Project....

428da62f2997f495f68ade7d089448b9710cb0ed authored over 4 years ago
Merge pull request #59 from gpavanb1/acrobot

added acrobot code

8e3e271f2453c92e6a1de7f545756edae9a10ce3 authored over 4 years ago
modified README

9d908114c7e9b7919d87e4e2bdba186035cc689f authored over 4 years ago
suggested changes, verified residuals, equations formatted

59bdcd983ad58539df96c7b6035cbef5fafb4227 authored over 4 years ago
added OrdinaryDiffEq to Project.toml

86797d5b637c7e84dbdd58405dbed14944e47344 authored over 4 years ago
added acrobot code

9fc4a90c91403731ee26ccff64d4612111f85254 authored over 4 years ago
CompatHelper: bump compat for "GR" to "0.50" (#58)

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

bda21ae756542d4f5770dda1d8ae82d95574d351 authored over 4 years ago
Format .jl files (#57)

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

c36441bcffa19610bb4f9c4801ac6551572ba01c authored over 4 years ago
add finalizer for AtariEnv (#56)

* add finalizer for AtariEnv

* nonono, not anonymous function

46bfa4dc610fb53e2241ac2e97ac2f3f8c3f53b0 authored over 4 years ago
Format .jl files (#53)

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

790215a85f94de65885c1899e93d21f997f0694c authored over 4 years ago
CompatHelper: bump compat for "GR" to "0.49" (#50)

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

d135791ed6bb242532d2922be723b30f874cc4ec authored over 4 years ago
CompatHelper: bump compat for "StatsBase" to "0.33" (#47)

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

7d017ba17a0453c7e029b76bfacff0cc4620e20a authored over 4 years ago
Update OpenSpiel wrapper (#52)

* sync

* update due to upstream changes

* add get_history in OpenSpiel

* bump version

e527aea16dcefae10898f45489d242626914984a authored over 4 years ago