Skip to content

Commit

Permalink
Merge branch 'whittington_2020' of https://github.com/SainsburyWellco…
Browse files Browse the repository at this point in the history
…meCentre/NeuralPlayground into whittington_2020
  • Loading branch information
LukeHollingsworth committed Nov 27, 2024
2 parents 3921cf6 + d2cb6c3 commit a6911d9
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 6 deletions.
4 changes: 1 addition & 3 deletions examples/agent_examples/whittington_2020_example.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,8 @@
"import importlib\n",
"import os\n",
"import pickle\n",
"import pandas as pd\n",
"import matplotlib.pyplot as plt\n",
"import numpy as np\n",
"\n",
"import matplotlib.pyplot as plt\n",
"import pandas as pd\n",
"\n",
"from neuralplayground.comparison import GridScorer\n",
Expand Down
4 changes: 2 additions & 2 deletions examples/arena_examples/arena_examples.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -526,8 +526,8 @@
"metadata": {},
"outputs": [],
"source": [
"from neuralplayground.agents.whittington_2020 import Whittington2020\n",
"import neuralplayground.agents.whittington_2020_extras.whittington_2020_parameters as parameters"
"import neuralplayground.agents.whittington_2020_extras.whittington_2020_parameters as parameters\n",
"from neuralplayground.agents.whittington_2020 import Whittington2020"
]
},
{
Expand Down
1 change: 0 additions & 1 deletion neuralplayground/arenas/discritized_objects.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
import matplotlib.pyplot as plt
import numpy as np
from matplotlib.backends.backend_agg import FigureCanvasAgg as FigureCanvas
from matplotlib.colors import LogNorm

from neuralplayground.arenas.arena_core import Environment
from neuralplayground.plotting.plot_utils import make_plot_trajectories
Expand Down

0 comments on commit a6911d9

Please sign in to comment.