Skip to content

Commit

Permalink
Merge pull request #75 from cassidylaidlaw/master
Browse files Browse the repository at this point in the history
Fix setup.py for visualization
  • Loading branch information
micahcarroll authored May 7, 2021
2 parents 05aec15 + cc7ddd6 commit 3b7a161
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,10 @@
keywords=['Overcooked', 'AI', 'Reinforcement Learning'],
package_dir={"": "src"},
package_data={
'overcooked_ai_py' : ['data/layouts/*.layout', 'data/planners/*.py', 'data/human_data/*.pickle']
'overcooked_ai_py' : [
'data/layouts/*.layout', 'data/planners/*.py', 'data/human_data/*.pickle',
'data/graphics/*.png', 'data/graphics/*.json', 'data/fonts/*.ttf',
],
},
install_requires=[
'numpy',
Expand Down
Empty file.

0 comments on commit 3b7a161

Please sign in to comment.