MrRobb / gym-rs

OpenAI Gym bindings for Rust
MIT License
61 stars 4 forks source link

Bump gym from 0.15.3 to 0.15.4 #12

Closed dependabot-preview[bot] closed 4 years ago

dependabot-preview[bot] commented 4 years ago

Bumps gym from 0.15.3 to 0.15.4.

Commits - [`52e66f3`](https://github.com/openai/gym/commit/52e66f38081548e38711f51d4439d8bcc136d19e) release 0.15.4; bump version; release notes - [`5ea025d`](https://github.com/openai/gym/commit/5ea025d87d4738acdeb2a2d2c0d73449c85d9058) Replace np.cos, np.sin, np.pi for readability ([#1733](https://github-redirect.dependabot.com/openai/gym/issues/1733)) - [`bf78319`](https://github.com/openai/gym/commit/bf783192b8de6ba52dc7cad5e402c265d5b44c93) Bugfix: spaces.MultiDiscrete.contains() can handle different shapes ([#1740](https://github-redirect.dependabot.com/openai/gym/issues/1740)) - [`857bddc`](https://github.com/openai/gym/commit/857bddc168e0e832316f2c25ae3868f5a73c75f0) duplicate line of code ([#1738](https://github-redirect.dependabot.com/openai/gym/issues/1738)) - [`5fb3599`](https://github.com/openai/gym/commit/5fb359971a1f1fe384c2d9dcace130e577ec78bd) only support mujoco-py <2.0 - [`21bd4f3`](https://github.com/openai/gym/commit/21bd4f304be8f5cf7d0354e50ae4a977b7cfe5eb) added assertion of 'NoFrameskip' in AtariPreprocessing ([#1725](https://github-redirect.dependabot.com/openai/gym/issues/1725)) - [`7a97c89`](https://github.com/openai/gym/commit/7a97c89b445cfc920062229629126534d5d06135) fix sampling bug ([#1730](https://github-redirect.dependabot.com/openai/gym/issues/1730)) - [`f90ca4b`](https://github.com/openai/gym/commit/f90ca4b69f54734e87f1011446dd55fb10e9eaca) [Update vector_env.py]: add `VectorEnvWrapper` ([#1633](https://github-redirect.dependabot.com/openai/gym/issues/1633)) - [`97ac555`](https://github.com/openai/gym/commit/97ac555c03c6e50966bbbb381aaa69484c855794) [Wrapper]: RecordEpisodeStatistics ([#1628](https://github-redirect.dependabot.com/openai/gym/issues/1628)) - [`0cd9266`](https://github.com/openai/gym/commit/0cd9266d986d470ed9c0dd87a41cd680b65cfe1c) Update core.py ([#1627](https://github-redirect.dependabot.com/openai/gym/issues/1627)) - Additional commits viewable in [compare view](https://github.com/openai/gym/compare/0.15.3...0.15.4)


Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) - `@dependabot use these labels` will set the current labels as the default for future PRs for this repo and language - `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language - `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language - `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language - `@dependabot badge me` will comment on this PR with code to add a "Dependabot enabled" badge to your readme Additionally, you can set the following in your Dependabot [dashboard](https://app.dependabot.com): - Update frequency (including time of day and day of week) - Pull request limits (per update run and/or open at any time) - Out-of-range updates (receive only lockfile updates, if desired) - Security updates (receive only security updates, if desired)
dependabot-preview[bot] commented 4 years ago

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.