Skip to content
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

Open
wants to merge 67 commits into
base: main
Choose a base branch
from
Open

TEM branch merger #120

wants to merge 67 commits into from

Conversation

LukeHollingsworth
Copy link
Collaborator

Hoping this pull request is all that is necessary to successfully merge whittington_2020 with the main branch.

LukeHollingsworth and others added 30 commits July 31, 2023 15:16
@@ -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)
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is this really necessary

Copy link
Collaborator Author

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.

examples/agent_examples/whittington_2020_debug.py Outdated Show resolved Hide resolved
examples/agent_examples/whittington_2020_plot_test.py Outdated Show resolved Hide resolved
@@ -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 = [
Copy link
Collaborator

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants