Skip to content

n (counts) have to be positive - assertion error #50

@francescotaioli

Description

@francescotaioli

Hi, I'm getting this error when training seq2seq baseline:

miniconda3/envs/vlnce-py3.6/lib/python3.6/site-packages/gym/spaces/discrete.py", line 36, in __init__
    assert n > 0, "n (counts) have to be positive"
AssertionError: n (counts) have to be positive

Some info:
python: 3.6
habitat-lab & habitat-sim version: 0.1.7
gym.version: '0.26.2'

It seems originating from this line.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions