Skip to content
This repository was archived by the owner on Sep 11, 2023. It is now read-only.

Commit

Permalink
Version 0.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
harini-kannan committed May 13, 2021
1 parent ec37505 commit dcbfc1e
Show file tree
Hide file tree
Showing 36 changed files with 3 additions and 1 deletion.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes
File renamed without changes
File renamed without changes.
File renamed without changes.
4 changes: 3 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,13 @@

setuptools.setup(
name='robodesk',
version='0.0.1',
version='0.0.2',
description='Multi-task reinforcement learning benchmark.',
url='https://github.com/google-research/robodesk',
author='Harini Kannan',
author_email='hkannan@google.com',
packages=['robodesk'],
package_data={'robodesk': ['assets/*']},
long_description=pathlib.Path('README.md').read_text(),
long_description_content_type='text/markdown',
install_requires=['numpy', 'dm_control', 'gym'],
Expand Down

0 comments on commit dcbfc1e

Please sign in to comment.