Open
Conversation
…rvisor as parent classes.
…itter_receiver.py for consistency
…p for consistency with supervisor classes
…time_step for consistency
Bumps [tensorflow](https://github.com/tensorflow/tensorflow) from 2.7.2 to 2.9.3. - [Release notes](https://github.com/tensorflow/tensorflow/releases) - [Changelog](https://github.com/tensorflow/tensorflow/blob/master/RELEASE.md) - [Commits](tensorflow/tensorflow@v2.7.2...v2.9.3) --- updated-dependencies: - dependency-name: tensorflow dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
backward compatibility
1. Inherited from Webots Robot class 2. Refactored SupervisorEnv name to DeepbotsEnv 3. Shortened imports 4. Removed setup folder 5. Renamed lots of class name
b2d94c5 to
55ffd2a
Compare
Member
|
@veds12 Thank you for this excellent PR.
Have you already set Note that it runs this workflow every time we push to the dev branch. |
Bumps [torch](https://github.com/pytorch/pytorch) from 1.8.1 to 1.13.1. - [Release notes](https://github.com/pytorch/pytorch/releases) - [Changelog](https://github.com/pytorch/pytorch/blob/master/RELEASE.md) - [Commits](pytorch/pytorch@v1.8.1...v1.13.1) --- updated-dependencies: - dependency-name: torch dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
5230c98 to
b2b6076
Compare
Member
I replace |
Author
|
Hi @KelvinYang0320. Sorry for the late reply. Yes, I have used the |
Co-authored-by: KelvinYang0320 <kelvin777320@gmail.com>
Member
c5d4b12 to
055d257
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Closes #41
I know the issue mentions adding changelog to the readme but I was a bit confused about this since Changelogs are generally implemented in self-contained files. Do you need all the changes recorded in the README? (Might become a bit messy though)
Will be happy to make any changes if needed :)