-
Notifications
You must be signed in to change notification settings - Fork 6
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
TEM branch merger #120
base: main
Are you sure you want to change the base?
TEM branch merger #120
Conversation
for more information, see https://pre-commit.ci
@@ -104,7 +104,7 @@ pip install NeuralPlayground==0.0.5 | |||
|
|||
If you want to contribute to the project, get the latest development version | |||
from GitHub, and install it in editable mode, including the "dev" dependencies: | |||
|
|||
#### Unix (Linux and macOS) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is this really necessary
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think so. I had some problems early on, cloning the dev version of NeuralPlayground on both Windows and Mac OS. If this has been fixed, then this is redundant and I'll change it.
@@ -82,7 +82,9 @@ def act(self, obs, policy_func=None): | |||
|
|||
self.obs_history.append(obs) | |||
if len(self.obs_history) >= 1000: # reset every 1000 | |||
self.obs_history.pop(0) | |||
self.obs_history = [ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Mmmh the main should be better
for more information, see https://pre-commit.ci
Hoping this pull request is all that is necessary to successfully merge whittington_2020 with the main branch.