-
Notifications
You must be signed in to change notification settings - Fork 50
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
added changelog #87
base: dev
Are you sure you want to change the base?
added changelog #87
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
@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
I replace |
Hi @KelvinYang0320. Sorry for the late reply. Yes, I have used the |
Co-authored-by: KelvinYang0320 <kelvin777320@gmail.com>
c5d4b12
to
055d257
Compare
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 :)