All notable changes to this project will be documented in this file. See standard-version for commit guidelines.
0.20.7 (2024-03-24)
- cartPole: ensure reward range scales with max cost (#353) (28236fc)
- cartPole: fix cartpole init range and improce docs (#351) (b3f650a)
- oscillator: fix minor oscillator environments bugs (#360) (1f928d7)
- add unit test documentation (df9d1b1)
- ex3EKF: ddd reference to Original Ex3EKF env description (a42922f)
- fix minor docs typos (#355) (f33a6b1)
- fix README formatting (499ab98)
- halfCheetahCost: add Han et al. 2020 codebase difference comment (#367) (bfd1ed0)
- improve docs and docstrings (#354) (74bb1e2)
- Minitaur: improve docstring (c2bd874)
0.20.6 (2024-01-07)
- improve package description (f5d881f)
0.20.5 (2023-10-27)
- fix mujoco3 incompatibility (252928a)
0.20.4 (2023-08-31)
0.20.3 (2023-08-31)
0.20.2 (2023-08-31)
0.20.1 (2023-08-29)
0.20.0 (2023-08-28)
0.19.3 (2023-08-15)
0.19.2 (2023-08-11)
0.19.1 (2023-08-02)
0.19.0 (2023-08-02)
0.18.0 (2023-07-27)
- add reference info to step/reset return (#275) (7d715bd)
- classicalcontrol: add additional info to step/reset return (#274) (021d846)
- fetchreachcost: add reference info to step/reset return (#277) (20eb94d)
- minitaur: add minitaur step/reset reference info return (be01019)
- minitaur: add minitaur step/reset reference info return (#276) (bdde77c)
- quadxhover: add extra information to step/reset info (#272) (91b979d)
0.17.1 (2023-07-25)
0.17.0 (2023-07-25)
0.16.2 (2023-07-25)
0.16.1 (2023-07-25)
0.16.0 (2023-07-24)
0.15.1 (2023-07-21)
0.15.0 (2023-07-21)
0.14.0 (2023-07-18)
- add 'MinitaurCost' environment (#222) (0f787f5)
- add velocity randomize and exclude reference arguments (#215) (c32b4ee)
- fix 'reward_range' name and space accuracy (#220) (d11416e)
- increase spaces accuracy to float64 (#221) (fd212c6)
0.13.1 (2023-07-15)
0.13.0 (2023-07-13)
- fetchreachcost: fix math equations (7a3b485)
0.12.0 (2023-07-12)
0.11.0 (2023-07-11)
0.10.2 (2023-07-11)
0.10.1 (2023-07-10)
0.10.0 (2023-07-10)
0.9.1 (2023-07-10)
0.9.0 (2023-07-10)
0.8.0 (2023-07-09)
0.7.0 (2023-07-08)
0.6.48 (2023-07-04)
0.6.47 (2023-06-30)
0.6.46 (2023-06-29)
0.6.45 (2023-06-28)
0.6.44 (2023-06-23)
0.6.43 (2023-06-21)
- fix small typo (14a26ea)
0.6.42 (2023-06-19)
- fix github edit page link (fa972d4)
0.6.41 (2023-06-19)
0.6.40 (2023-06-15)
0.6.39 (2023-06-14)
0.6.38 (2023-06-14)
- fix release action naming (3448955)
0.6.37 (2023-06-14)
0.6.36 (2023-06-14)
0.6.35 (2023-06-14)
0.6.34 (2023-06-13)
0.6.33 (2023-06-13)
0.6.32 (2023-06-10)
0.6.31 (2023-06-10)
0.6.30 (2023-06-10)
0.6.29 (2023-06-10)
0.6.28 (2023-06-10)
0.6.27 (2023-06-10)
0.6.25 (2023-06-09)
0.6.24 (2023-06-09)
0.6.23 (2023-06-09)
0.6.22 (2023-06-09)
0.6.21 (2023-06-09)
0.6.20 (2023-06-09)
0.6.19 (2023-06-09)
0.6.18 (2023-06-09)
0.6.17 (2023-06-09)
0.6.16 (2023-06-09)
0.6.15 (2023-06-09)
0.6.14 (2023-06-06)
0.6.13 (2023-06-06)
0.6.12 (2023-06-06)
0.6.11 (2023-06-06)
0.6.10 (2023-06-06)
0.6.9 (2023-06-06)
0.6.8 (2023-06-06)
0.6.7 (2023-06-05)
0.6.6 (2023-06-05)
0.6.5 (2023-06-05)
0.6.4 (2023-06-05)
0.6.3 (2023-06-05)
0.6.2 (2023-06-05)
0.6.1 (2023-06-05)
- fix incorrect stable_gym import (1a0469d)
0.6.0 (2023-06-05)
- The package name is changed so the package should be imported as
stable_gym
in the future. - simzoo: The package name is changed so the package should be imported as
stable_gym
in the future.
-
simzoo: rename
simzoo
package tostable_gym
(9db303e) -
Rename simzoo package to stable gym (#117) (ca28218), closes #117
0.5.18 (2023-06-05)
0.5.17 (2023-06-05)
0.5.16 (2023-06-05)
0.5.15 (2023-06-05)
0.5.14 (2023-06-05)
0.5.13 (2023-06-02)
0.5.12 (2023-06-02)
- increase reference tracking angle threshold (5f5ca82)
0.5.11 (2023-06-02)
- change cost function to Han et al. 2020 (e44293d)
- fix 'clip_action' disabled bug and improve docs (e95cc27)
- fix a runtime error in the CartPole env (#110) (3d9c208)
- fix CartPoleCost observation bug (47699c2)
- fix CartPoleCost observation bug (37ca1a2)
- fix Oscillator env observation bug (0634367)
0.5.10 (2023-06-01)
0.5.9 (2023-06-01)
0.5.8 (2023-05-31)
0.5.7 (2023-05-31)
0.5.6 (2023-05-30)
0.5.5 (2023-05-30)
0.5.4 (2023-05-30)
0.5.3 (2023-05-30)
0.5.2 (2023-05-30)
- ex3_ekf: fix function argument bug (59d4de5)
0.5.1 (2023-05-30)
- envs: fix some upstream deprication issues (d2b2be5)
0.5.0 (2023-05-30)
- step now returns 5 values instead of 4.
0.4.93 (2023-05-30)
- envs: fix 'render_mode' error (78c8dfa)
0.4.92 (2023-05-30)
0.4.91 (2023-05-30)
0.4.90 (2023-05-30)
0.4.89 (2023-05-30)
0.4.62 (2023-05-30)
0.4.61 (2023-05-30)
0.4.53 (2022-02-07)
0.4.52 (2022-02-07)
0.4.50 (2022-02-03)
0.4.51 (2022-02-04)
0.4.50 (2022-02-01)
0.4.49 (2022-01-26)
0.4.46 (2022-01-26)
0.4.45 (2021-12-16)
0.4.44 (2021-12-13)
0.4.43 (2021-12-13)
0.4.42 (2021-12-13)
0.4.41 (2021-11-22)
0.4.40 (2021-11-17)
0.4.39 (2021-11-16)
0.4.38 (2021-11-14)
0.4.37 (2021-11-11)
0.4.38 (2021-12-13)
0.4.41 (2021-11-22)
0.4.40 (2021-11-17)
0.4.39 (2021-11-16)
0.4.38 (2021-11-14)
0.4.37 (2021-11-11)
0.4.37 (2021-12-13)
0.4.41 (2021-11-22)
0.4.40 (2021-11-17)
0.4.39 (2021-11-16)
0.4.38 (2021-11-14)
0.4.37 (2021-11-11)
0.4.36 (2021-12-13)
0.4.25 (2021-10-07)
0.4.24 (2021-10-07)
0.4.23 (2021-10-05)
0.4.22 (2021-09-28)
0.4.21 (2021-10-07)
0.4.20 (2021-09-18)
0.4.18 (2021-09-13)
0.4.17 (2021-09-13)
0.4.16 (2021-09-13)
0.4.15 (2021-09-13)
0.4.14 (2021-09-10)
0.4.13 (2021-09-10)
0.4.12 (2021-09-10)
0.4.11 (2021-09-09)
0.4.10 (2021-09-09)
All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog and this project adheres to Semantic Versioning.
Generated by auto-changelog
.
v0.4.9 - 2021-08-21
v0.4.8 - 2021-08-21
- ♻️ Fixes some small syntax errors.
3d30d65
- 🔀 Merge branch 'main' of github.com:rickstaa/stable-gym into main
e670bb2
- 📄 Updates changelog
fed1890
- 🔖 Updates code version to v0.4.7
d3452ea
v0.4.7 - 2021-06-12
- ⬆️ Update dependency gym to v0.18.3
#24
- ⬆️ Bump gym from 0.18.0 to 0.18.3
#25
- ⬆️ Update dependency auto-changelog to v2.3.0
#26
- ⬆️ Bump matplotlib from 3.4.1 to 3.4.2
#23
- ✨ Adds non-homogenious disturbance
81f348d
- 🎨 Cleans up code structure
8412d1a
- 🎨 Cleans up code
3b39e4c
- ✨ Add disable baseline option to disturber
3a9928e
- ✨ Adds a recurring impulse to the disturbances
d009c23
- 📝 Updates changelog
544d5ea
- 🔧 Switches back to minghoas values for the cartpole
f92de38
- ♻️ Simplifies env register code
1fc3f95
- 🎨 Fixes some smal syntax errors
09ed14b
- 🩹 Quickfix for impulse disturbance
36e6d24
- 🐛 Fixes cartpole environment module naming error
88a5856
- 🔖 Bump version: 0.4.6 → 0.4.7
ec477d0
- 💡 Updates code comments
c0f3223
- 🎨 Fixes small remark syntax error
3accf8e
- 🐛 Fixes namespace package name shorting
6ed66e5
- 🔀 Merge branch 'syntax_fixes' into main
a1dc2c7
- 💚 Updates gh-action cache
3a91c29
- ✅ Fixes bug in python tests
8dcac68
- 🔧 Adds missing dependency
b3b0e18
- 💚 Upates gh-action ubuntu version
a4a61a4
- 💚 Updates gh-action cache
30af0de
- ⏪ Revert changes made to force the python cache to update
6d665b7
- 💚 Forces python cache to update
f6d9a8a
- 🐛 Adds missing dependency
09627e3
v0.4.6 - 2021-04-21
- ✨ Add combined disturbance
#21
- ⏪ Revert "Add combined disturbance (#19)"
#20
- Add combined disturbance
#19
- ⬆️ Update dependency matplotlib to v3.4.1
#18
- 🐛 Fixes environment register bug
#17
- ✨ Add CartPole env
#15
- ⬆️ Update dependency matplotlib to v3.4.0
#11
- ✨ Adds pendulum env
#12
- 🔥 Removes environment submodules
af646d0
- ♻️ Cleans up CartPoleCost environment and adds docs
7fde58f
- 🔥 Again remove submodules
b895a4b
- 🔊 Adds environment information logging
fc83d36
- ✨ Adds disturber to CartPoleCost environment
42d7b62
- 🔥 Removes old CartPoleCost environment
53bbcc0
- 🎨 This commit cleans up the environments
7ae5f94
- 🎨 Formats the code using the black formatter
3c64b67
- 💡 Updates code comments
faf3984
- 🔀 Merges main branch
0f9e5cf
- 🐛 Fixes the cartpole cost formula
42a5dcd
- 🏗️ Cleans up the repository structure
9d48be1
- 🎨 🐛 Fixes some small bugs in the environments
1d0d3dd
- 🎨 Updates disturbance names
8c84700
- 🎨 Cleans up the codebase
7b7dbe0
- 🐛 Fixes some small bugs in the disturber
c465f97
- 🎨 🐛 Fixes cart_pole_cost env disturber
99cc58b
- 🐛 Fixes initial disturbance add meganism
56c680b
- 🔧 Add default disturbance type to the disturber config
195b332
- 🔇 Removes environment logging statements
67a800d
- 🎨 ✨ Updates disturbance label precision
6ba5043
- 🐛 Fixes env variable range order
5290928
- 🐛Fixes CartPole bugs
f0c3cfc
- 🐛 Removes broken CartPole submodule
8663436
- The environmen is finished.
2c9e8f1
- Adds dt attribute to CartPole
98ecb74
- 🐛 Fixes CartPoleCost registration bug
bd60295
- 🎨 Improves random action sampling
8f437b7
- 🔖 Bump version: v0.4.5 → 0.4.6
de41e51
- 🐛 Fix disturbance value print bug
c6d0776
- 🐛Fixed CartPole bugs
632124a
- 🎨 Cleans up the environments
acd28f5
- 🚚 Rename CartPoleCost distruber
b5fa6ec
- 🔧 Changes CartPoleCost max_env_steps
ed47727
- 🎨 Improves code structure
7ea3e45
- 🐛 Fixes gym environment bug
8fd2bcc
- 🔀 Merge branch 'main' of github.com:rickstaa/stable-gym into main
f8e328a
- 📝 Updates CartPoleCost readme.md
e63f586
- 🔀 Merge branch 'main' of github.com:rickstaa/stable-gym into main
e180b69
- 📝 Updates Readme.md
73d263b
- 🔀 Merge branch 'dds0117-fixed_cartpole' into main
c8553ed
- 🔀 Merge branch 'fixed_cartpole' of github.com:dds0117/stable-gym into dds0117-fixed_cartpole
92b8f8e
- 🔀 Merge branch 'dds0117-main' into main
e9d81d2
- 🔀 Merge branch 'main' of github.com:dds0117/stable-gym into dds0117-main
a431e9f
- 👽 Updates ex3_ekf submodule
c6b9ebe
- 🔀 Merge branch 'adds_default' into main
51cad2a
v0.4.5 - 2021-03-24
- 📝 Updates CHANGELOG.md
d3fa49d
- 🔖 Updates code version to v0.4.5
6d51a4a
- 🔥 Removes envs README.md
8c23119
v0.4.4 - 2021-03-24
- 📝 Updates CHANGELOG.md
0168b5c
- 🔖 Updates code version to v0.4.4
967cdea
- 👽 Updates environment submodules
c07800e
v0.4.3 - 2021-03-24
- 📝 Updates CHANGELOG.md
7bd8ca3
- 🔧 Updates pytest config
97c63ae
- 🔖 Updates code version to v0.4.3
13af120
v0.4.2 - 2021-03-23
- 📝 Updates CHANGELOG.md
9d86f92
- 🔖 Updates code version to v0.4.2
5b8d0af
- 💚 Updates stable-gym gh-action
78378ee
v0.4.1 - 2021-03-23
v0.4 - 2021-03-24
- 🐛 Fixes some small bugs in the Disturber class
2fb3854
- 📝 Updates CHANGELOG.md
0168b5c
- 📝 Updates CHANGELOG.md
7bd8ca3
- 📝 Updates CHANGELOG.md
9d86f92
- 📝 Updates CHANGELOG.md
d3fa49d
- 📝 Updates CHANGELOG.md
d63ce72
- 🔧 Updates pytest config
97c63ae
- 🔖 Updates code version to v0.4.5
6d51a4a
- 🔖 Updates code version to v0.4.4
967cdea
- 🔖 Updates code version to v0.4.3
13af120
- 🔖 Updates code version to v0.4.2
5b8d0af
- 🔖 Updates code version to v0.4.1
998aa9b
- 🔥 Removes envs README.md
8c23119
- 👽 Updates environment submodules
c07800e
- 💚 Updates stable-gym gh-action
78378ee
v0.4.0 - 2021-03-18
- ✨ Adds a environment disturber class
#10
- 🚚 Changes the name of the parent package
2808d31
- 📝 Updates CHANGELOG.md
5bf7e03
- 🔖 Updates code version to v0.4.0
46ae85e
- 👽 Updates versioning of the submodules
a0f49dc
- 🐛 Fixes corrupted submodules
aee5fb4
v0.3.7 - 2021-02-25
- 📝 Updates docstrings and submodules
781684e
- 📝 Updates CHANGELOG.md
88a6852
- 🔖 Updates code version to v0.3.7
6098739
v0.3.6 - 2021-02-19
- 📝 Updates CHANGELOG.md
1e5f0e4
- 🔖 Updates code version to v0.3.6
bd36baa
- 👽 Updates submodules
1481a35
v0.3.5 - 2021-02-16
- 📝 Updates CHANGELOG.md
888d789
- 🔖 Updates code version to v0.3.5
afb5fd5
- 💡 Updates code comments
3fb1aba
v0.3.4 - 2021-02-04
- 🔖 Updates versioning
e93eca9
- 📝 Updates CHANGELOG.md
ace90af
- 🔖 Updates code version to v0.3.4
d317019
- 🔖 Fixes versioning
a10010c
v0.3.3 - 2021-02-04
- 👽 Updates submodules
9518627
v0.3.2 - 2021-02-04
- ⬆️ Update dependency matplotlib to v3.3.4
#9
v0.3.1 - 2021-02-04
v0.3 - 2021-02-25
- ⬆️ Update dependency matplotlib to v3.3.4
#9
- 📝 Updates CHANGELOG.md
2fb1402
- 📝 Updates docstrings and submodules
781684e
- 📝 Updates CHANGELOG.md
888d789
- 📝 Updates CHANGELOG.md
422f350
- 📝 Updates CHANGELOG.md
1e5f0e4
- 🔖 Updates versioning
e93eca9
- 📝 Updates CHANGELOG.md
88a6852
- 📝 Updates CHANGELOG.md
ace90af
- 🔖 Updates code version to v0.3.7
6098739
- 🔖 Updates code version to v0.3.6
bd36baa
- 🔖 Updates code version to v0.3.5
afb5fd5
- 🔖 Updates code version to v0.3.4
d317019
- 🔖 Updates code version to v0.3.2
488b0e2
- 🔖 Updates code version to v0.3.1
18574a6
- 👽 Updates submodules
1481a35
- 👽 Updates submodules
9518627
- 💡 Updates code comments
3fb1aba
- 🔖 Fixes versioning
a10010c
- ✨ Updates oscillator environment
56d9d65
v0.3.0 - 2021-01-18
- 📝 Updates CHANGELOG.md
b653456
- 📝 Updates CHANGELOG.md
b642769
- 📝 Updates CHANGELOG.md
5b47013
- 🔖 Updates code version to v0.3.0
bfe3a6c
- 🔖 Updates code version to v0.2.7
61f2edf
- 👽 Updates ex3_ekf and oscillator submodules
e19cd9d
v0.2.7 - 2021-01-15
- 📝 Updates CHANGELOG.md
6bd099b
- 🔖 Updates code version to v0.2.7
ea937a8
- 🔀 Merge branch 'main' of github.com:rickstaa/stable-gym into main
69fde1c
- 📝 Updates README.md
f143c27
v0.2.6 - 2021-01-15
- 📝 Updates CHANGELOG.md
8f22c15
- 🔖 Updates code version to v0.2.6
88829be
- 💚 Removes latest tag
7b3fa4f
v0.2.5 - 2021-01-15
- 📝 Updates CHANGELOG.md
b6f746b
- 🔧 Updates package.json
2dd4055
- 🔖 Updates code version to v0.2.5
d3f5b4e
- 💚 Adds latest tag to release gh-action
374cb1e
v0.2.4 - 2021-01-15
- 📌 Pin dependency auto-changelog to 2.2.1
#8
- 💚 Adds release gh-action
#7
- ⬆️ Update reviewdog/action-flake8 action to v3
#4
- ⬆️ Update reviewdog/action-black action to v2
#5
- ⬆️ Update reviewdog/action-remark-lint action to v2
#6
- ⬆️ Updates submodules
f75d735
- 🔀 Merge branch 'main' of github.com:rickstaa/stable-gym into main
04f2b85
- 🔀 Merge branch 'adds_release_gh_action' into main
c54ffab
- 💚 Updates release gh-action and submodules
ff33fea
- 💚 Updates gh-actions and submodules
ca364df
- 💚 Fixes gh-action names
a0da4fe
v0.2.3 - 2021-01-12
- 💚 Adds release gh-action
b0b7b1d
- 💚 Fixes gh-actions and updates submodules
dec68f8
- ♻️ Cleans up code
4ed3c94
- 💚 Fixes release gh-action and updates submodules
4ccd90e
- 📝 Updates changelog
b92c8f0
- 💚 Updates gh-action
e21b53f
v0.2.2 - 2020-12-19
v0.2.1 - 2020-12-19
v0.2 - 2021-01-15
- 📌 Pin dependency auto-changelog to 2.2.1
#8
- 💚 Adds release gh-action
#7
- ⬆️ Update reviewdog/action-flake8 action to v3
#4
- ⬆️ Update reviewdog/action-black action to v2
#5
- ⬆️ Update reviewdog/action-remark-lint action to v2
#6
- 📝 Updates CHANGELOG.md
b6f746b
- 💚 Fixes gh-actions and updates submodules
dec68f8
- 👷 Adds github linting and release actions
7c5a1dc
- 📝 Updates changelog
22c1eee
- 🔧 Updates package.json
2dd4055
- ♻️ Cleans up code
4ed3c94
- 📝 Updates CHANGELOG.md
6bd099b
- 💚 Updates release gh-action and submodules
ff33fea
- 💚 Fixes release gh-action and updates submodules
4ccd90e
- 🔖 Updates code version to v0.2.7
ea937a8
- 🔀 Merge branch 'main' of github.com:rickstaa/stable-gym into main
69fde1c
- 📝 Updates CHANGELOG.md
8f22c15
- 📝 Updates changelog
b92c8f0
- 📝 Updates changelog
0d3edb0
- 🔖 Updates code version to v0.2.6
88829be
- 🔖 Updates code version to v0.2.5
d3f5b4e
- 💚 Updates gh-actions and submodules
ca364df
- 🔖 Bump version: 0.2.1 → 0.2.2
7c043dc
- 🔖 Bump version: 0.2.0 → 0.2.1
e855b4e
- 🔖 Fixes version tags
47fa195
- 💚 Removes latest tag
7b3fa4f
- 💚 Adds latest tag to release gh-action
374cb1e
- ✅ Updates tests
1aea7fb
- 🐛 Fixes missing dependencies for the github actions
225b8b2
- ⬆️ Updates submodules
f75d735
- 📝 Updates README.md
f143c27
- 🔀 Merge branch 'main' of github.com:rickstaa/stable-gym into main
04f2b85
- 🔀 Merge branch 'adds_release_gh_action' into main
c54ffab
- 🎨 Fixes some syntax errors in the submodules
4e1bc80
- 💚 Fixes gh-action names
a0da4fe
- 💚 Updates gh-action
e21b53f
v0.2.0 - 2020-12-19
- 📝 Updates changelog
aa8b060
- 👽 Updates submodules
f3f91fe
- ⬆️ Merge pull request #3 from rickstaa/renovate/matplotlib-3.x
5385ab3
- Update dependency matplotlib to v3.3.3
310135d
- ⬆️ Merge pull request #2 from rickstaa/renovate/gym-0.x
aa4ba0f
- Update dependency gym to v0.18.0
105c4ae
- 👷 Merge pull request #1 from rickstaa/renovate/configure
2a7e126
- 📝 Updates changelog
23d2fc6
- Add renovate.json
909aa24
v0.1.9 - 2020-12-15
- 📝 Updates changelog
38b9105
- 🔖 Bump version: 0.1.8 → 0.1.9
87fe1e1
- :up_arrow: Updates submodules
1379584
v0.1.8 - 2020-12-15
- 📝 Adds contributing guidelines
80bda36
- 📝 Updates changelog
ce26868
- 🔖 Bump version: 0.1.7 → 0.1.8
759504d
v0.1.7 - 2020-12-15
- :up_arrow: Updates submodules and fixes bumpversion bug
8aca03b
- 📝 Updates changelog
eb62904
- 🔖 Bump version: 0.1.6 → 0.1.7
b2f821e
- 🔧 Adds setup.cfg to bumpversion files
f2c55ca
v0.1.6 - 2020-12-15
- 📝 Updates changelog
5de6eeb
- ⬆️ Updates submodules environments
ed608a3
- 🎨 Add version variable
3e2dbed
v0.1.5 - 2020-12-07
- 📝 Updates changelog
f4cf86e
- 📝 Updates CHANGELOG.md
7e3ba63
- 🎨 Improves code formatting
3a8b688
- 🔖 Bump version: 0.1.4 → 0.1.5
b6c8a51
v0.1.4 - 2020-12-04
- 📝 Updates CHANGELOG.md
3fca29c
- 🔧 Updates pyproject.toml file
c1ba089
- 🔖 Bump version: 0.1.3 → 0.1.4
6e4917e
v0.1.3 - 2020-12-04
- 🔖 Bump version: 0.1.2 → 0.1.3
5a4261d
- 🔧 Updates pip package url
3564e12
- 🔀 Merge branch 'main' of github.com:rickstaa/stable-gym into main
029e2bf
- 📝 Updates CHANGELOG
252532c
- page_facing_up: Updates CHANGELOG
9019d70
v0.1.2 - 2020-12-03
v0.1.1 - 2020-12-03
- 🔖 Bump version: 0.1.0 → 0.1.1
5f7f42c
- 🔀 Merge branch 'main' of github.com:rickstaa/stable-gym into main
77f2024
- 📝 Updates README.md
e6b96ab
- 📝 Updates README.md
1656e45
v0.1.0 - 2020-12-03
- ✨ Adds Ex3_EKF environment git submodule
f6ac9ff
- 📝 Updates README.md
38a4dc4
- 👽 Updates Oscillator environment version
9450234
- 👽 Updates environment submodules
e14184c
- ✅ Updates tests
99f7f03
- 🐛 Fixes bug in the pyproject.toml
ee268ae
- 🔖 Bump version: 0.0.3 → 0.1.0
747ed41
- 👽 Updates environment submodules
ca1ead1
- 🔧 Updates bumpversion configuration file
2423841
v0.0.3 - 2020-12-03
- ✨ Updates oscillator environment
696fa9d
- 📦 Changes package to namespace package
2f13f1e
- ✨ Updates oscillator submodule
ce19923
- ⬆️ Updates setup.py file and environment registration method
55b5128
- 🔧 Updates setuptools cfg file
7386a49
- 📝 Updates README
4281343
- ➖ Depricate setuptools_scm and use bump2version instead
1ee46ce
- 🔖 Bump version: 0.0.2 → 0.0.3
9288f7f
- ✨ Updates oscillator environment
635184a
- 🐛 Updates oscillator submodule
87296d0
- 🐛 Updates oscillator module
96f3b6d
- 🔥 Removes unused files
1f6ae24
v0.0.2 - 2020-08-14
v0.0.1 - 2020-08-14
v0 - 2021-03-24
- ✨ Adds a environment disturber class
#10
- ⬆️ Update dependency matplotlib to v3.3.4
#9
- 📌 Pin dependency auto-changelog to 2.2.1
#8
- 💚 Adds release gh-action
#7
- ⬆️ Update reviewdog/action-flake8 action to v3
#4
- ⬆️ Update reviewdog/action-black action to v2
#5
- ⬆️ Update reviewdog/action-remark-lint action to v2
#6
- 🐛 Fixes some small bugs in the Disturber class
2fb3854
- 📝 Updates CHANGELOG.md
b6f746b
- 💚 Fixes gh-actions and updates submodules
dec68f8
- 👷 Adds github linting and release actions
7c5a1dc
- 🚚 Changes the name of the parent package
2808d31
- 📝 Updates changelog
22c1eee
- 📝 Adds contributing guidelines
80bda36
- 📝 Updates CHANGELOG.md
0168b5c
- 📝 Updates CHANGELOG.md
b653456
- 🔧 Updates package.json
2dd4055
- 📝 Updates CHANGELOG.md
7bd8ca3
- 📝 Updates changelog
f4cf86e
- ♻️ Cleans up code
4ed3c94
- 📝 Updates CHANGELOG.md
9d86f92
- 📝 Updates CHANGELOG.md
b642769
- 📝 Updates CHANGELOG.md
d3fa49d
- 📝 Updates changelog
aa8b060
- 📝 Updates CHANGELOG.md
3fca29c
- 📝 Updates CHANGELOG.md
2fb1402
- 📝 Updates docstrings and submodules
781684e
- 📝 Updates CHANGELOG.md
888d789
- 📝 Updates CHANGELOG.md
422f350
- 📝 Updates CHANGELOG.md
5b47013
- 📝 Updates CHANGELOG.md
1e5f0e4
- 🔖 Updates versioning
e93eca9
- 💚 Updates release gh-action and submodules
ff33fea
- 📝 Updates CHANGELOG.md
5bf7e03
- 📝 Updates CHANGELOG.md
88a6852
- 📝 Updates CHANGELOG.md
d63ce72
- 💚 Fixes release gh-action and updates submodules
4ccd90e
- 📝 Updates changelog
b92c8f0
- 📝 Updates changelog
0d3edb0
- 🔧 Updates pytest config
97c63ae
- :up_arrow: Updates submodules and fixes bumpversion bug
8aca03b
- 📝 Updates CHANGELOG.md
ace90af
- 🔖 Updates code version to v0.4.5
6d51a4a
- 🔖 Updates code version to v0.4.4
967cdea
- 🔖 Updates code version to v0.4.3
13af120
- 🔖 Updates code version to v0.4.2
5b8d0af
- 🔖 Updates code version to v0.4.1
998aa9b
- 🔖 Updates code version to v0.4.0
46ae85e
- 🔖 Updates code version to v0.3.7
6098739
- 🔖 Updates code version to v0.3.6
bd36baa
- 🔖 Updates code version to v0.3.5
afb5fd5
- 🔖 Updates code version to v0.3.4
d317019
- 🔖 Updates code version to v0.3.2
488b0e2
- 🔖 Updates code version to v0.3.1
18574a6
- 🔖 Updates code version to v0.3.0
bfe3a6c
- 🔖 Updates code version to v0.2.7
61f2edf
- 🔖 Updates code version to v0.2.6
88829be
- 🔖 Updates code version to v0.2.5
d3f5b4e
- 📝 Updates changelog
23d2fc6
- 📝 Updates changelog
38b9105
- 📝 Updates changelog
ce26868
- 📝 Updates changelog
eb62904
- 📝 Updates changelog
5de6eeb
- 📝 Updates CHANGELOG.md
7e3ba63
- 🔖 Bump version: 0.1.6 → 0.1.7
b2f821e
- 🎨 Improves code formatting
3a8b688
- 🔥 Removes envs README.md
8c23119
- 💚 Updates gh-actions and submodules
ca364df
- 🔖 Bump version: 0.2.1 → 0.2.2
7c043dc
- 🔖 Bump version: 0.2.0 → 0.2.1
e855b4e
- 🔖 Fixes version tags
47fa195
- 🔖 Bump version: 0.1.8 → 0.1.9
87fe1e1
- 🔖 Bump version: 0.1.7 → 0.1.8
759504d
- 💚 Removes latest tag
7b3fa4f
- 💚 Adds latest tag to release gh-action
374cb1e
- ✅ Updates tests
1aea7fb
- 🐛 Fixes missing dependencies for the github actions
225b8b2
- Add renovate.json
909aa24
- 🔧 Updates pyproject.toml file
c1ba089
- 👽 Updates environment submodules
c07800e
- 👽 Updates versioning of the submodules
a0f49dc
- 👽 Updates submodules
1481a35
- 👽 Updates submodules
9518627
- 👽 Updates ex3_ekf and oscillator submodules
e19cd9d
- ⬆️ Updates submodules
f75d735
- 🎨 Fixes some syntax errors in the submodules
4e1bc80
- 👽 Updates submodules
f3f91fe
- 🐛 Fixes corrupted submodules
aee5fb4
- 💡 Updates code comments
3fb1aba
- 🔖 Fixes versioning
a10010c
- ✨ Updates oscillator environment
56d9d65
- 📝 Updates README.md
f143c27
- 🔀 Merge branch 'main' of github.com:rickstaa/stable-gym into main
04f2b85
- 🔀 Merge branch 'adds_release_gh_action' into main
c54ffab
- 💚 Fixes gh-action names
a0da4fe
- 💚 Updates gh-action
e21b53f
- 💚 Updates stable-gym gh-action
78378ee
- ⬆️ Merge pull request #3 from rickstaa/renovate/matplotlib-3.x
5385ab3
- ⬆️ Updates submodules environments
ed608a3
- 🔖 Bump version: 0.1.4 → 0.1.5
b6c8a51
- 🔖 Bump version: 0.1.3 → 0.1.4
6e4917e
- 🔖 Bump version: 0.1.2 → 0.1.3
5a4261d
- 🎨 Add version variable
3e2dbed
- Update dependency matplotlib to v3.3.3
310135d
- ⬆️ Merge pull request #2 from rickstaa/renovate/gym-0.x
aa4ba0f
- Update dependency gym to v0.18.0
105c4ae
- 👷 Merge pull request #1 from rickstaa/renovate/configure
2a7e126
- :up_arrow: Updates submodules
1379584
- 🔧 Updates pip package url
3564e12
- 🔀 Merge branch 'main' of github.com:rickstaa/stable-gym into main
029e2bf
- ✨ Updates oscillator environment
696fa9d
- 📦 Changes package to namespace package
2f13f1e
- ✨ Adds Ex3_EKF environment git submodule
f6ac9ff
- ✨ Updates oscillator submodule
ce19923
- 📝 Updates README.md
38a4dc4
- ⬆️ Updates setup.py file and environment registration method
55b5128
- 🔧 Updates setuptools cfg file
7386a49
- 📝 Updates CHANGELOG
252532c
- page_facing_up: Updates CHANGELOG
9019d70
- 👽 Updates Oscillator environment version
9450234
- 📝 Updates README
4281343
- 👽 Updates environment submodules
e14184c
- ✅ Updates tests
99f7f03
- ➖ Depricate setuptools_scm and use bump2version instead
1ee46ce
- 🐛 Fixes bug in the pyproject.toml
ee268ae
- 🔖 Bump version: 0.0.2 → 0.0.3
9288f7f
- 📝 Updates readme.md
340ae90
- 📝 Updates readme
66596c1
- 🔖 Bump version: 0.1.1 → 0.1.2
631f76d
- 👽 Updates environment submodules
ec58e44
- 🔖 Bump version: 0.1.0 → 0.1.1
5f7f42c
- 🔀 Merge branch 'main' of github.com:rickstaa/stable-gym into main
77f2024
- 🔖 Bump version: 0.0.3 → 0.1.0
747ed41
- 📝 Updates README.md
e6b96ab
- 📝 Updates README.md
1656e45
- 👽 Updates environment submodules
ca1ead1
- 🔧 Updates bumpversion configuration file
2423841
- ✨ Updates oscillator environment
635184a
- 🐛 Updates oscillator submodule
87296d0
- 🐛 Updates oscillator module
96f3b6d
- ✨ Updates oscillator submodule
953982e
- 🔧 Adds setup.cfg to bumpversion files
f2c55ca
- 🔥 Removes unused files
1f6ae24
- 🎉 Initial commit
a2ffda3