Skip to content

Commit

Permalink
Add babyai.rl to setup
Browse files Browse the repository at this point in the history
  • Loading branch information
breuleux committed Feb 12, 2021
1 parent 990627a commit fe31db1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
version='0.1.0',
license='BSD 3-clause',
keywords='memory, environment, agent, rl, openaigym, openai-gym, gym',
packages=['babyai', 'babyai.levels', 'babyai.utils'],
packages=['babyai', 'babyai.levels', 'babyai.utils', 'babyai.rl'],
install_requires=[
'gym>=0.9.6',
'numpy>=1.18.5',
Expand Down

0 comments on commit fe31db1

Please sign in to comment.