Skip to content

Commit

Permalink
oops
Browse files Browse the repository at this point in the history
  • Loading branch information
lucidrains committed Nov 28, 2023
1 parent f3b4959 commit 641c1de
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion q_transformer/robotic_transformer.py
Original file line number Diff line number Diff line change
Expand Up @@ -811,5 +811,4 @@ def forward(
if self.num_actions == 1:
q_values = rearrange(q_values, '... 1 b -> ... b')

exit()
return q_values
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
setup(
name = 'q-transformer',
packages = find_packages(exclude=[]),
version = '0.0.14',
version = '0.0.15',
license='MIT',
description = 'Q-Transformer',
author = 'Phil Wang',
Expand Down

0 comments on commit 641c1de

Please sign in to comment.