Skip to content

Commit

Permalink
tiny change
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel Gordon committed Jun 14, 2018
1 parent dcdfdbc commit 70f00ae
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions constants.py
Expand Up @@ -45,7 +45,12 @@

########################################################################################################################
# Task specific hyperparameters
# Defaults
RENDER_DEPTH_IMAGE = False
RENDER_CLASS_IMAGE = False
RENDER_OBJECT_IMAGE = False

# Per task
if TASK == 'navigation':
RL = False
SUPERVISED = True
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Expand Up @@ -14,4 +14,4 @@ mss
progressbar2
tensorflow-gpu==1.5.0
requests
ai2thor==0.0.32
ai2thor==0.0.34

0 comments on commit 70f00ae

Please sign in to comment.