Skip to content

Commit

Permalink
Fix image_shape key error (#58)
Browse files Browse the repository at this point in the history
  • Loading branch information
vitchyr authored and hartikainen committed Apr 3, 2019
1 parent 1f291b2 commit 1f6147c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion examples/development/variants.py
Original file line number Diff line number Diff line change
Expand Up @@ -286,8 +286,9 @@ def get_variant_spec_image(universe,
'kwargs': {
'image_shape': (
variant_spec
['training']
['environment_params']
['training']
['kwargs']
['image_shape']),
'output_size': M,
'conv_filters': (4, 4),
Expand Down

0 comments on commit 1f6147c

Please sign in to comment.