Skip to content

Commit

Permalink
Updated folder names and folder paths code
Browse files Browse the repository at this point in the history
  • Loading branch information
dagenaik committed Aug 9, 2024
1 parent 68ab330 commit 9c9a336
Show file tree
Hide file tree
Showing 54 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion 04-src/analysis.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
episodes = [10000]
size = 12
seed = 63
name = '04'
name = 'final-experiment'

filename = f'{size}x{size}-seed{seed}'
inputFolder = f'./experiments/{name}'
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
version='0.1',
author='Kyanna Dagenais, Istvan David',
url='https://www.python.org/sigs/distutils-sig/',
packages=['04-src'],
packages=['final-experiment-src'],
include_package_data=True,
install_requires=[],
license='GNU General Public License v3.0'
Expand Down

0 comments on commit 9c9a336

Please sign in to comment.