Skip to content

Fix typos in the 0.9.0 document #9

@LYK-love

Description

@LYK-love

Hi Danijar, I'm working with ninjax==0.9.0 since it is used in your DreamerV3 implementation. I found that your doc in https://pypi.org/project/ninjax/0.9.0/ has some typo error and will lead to the code fail to run.

In the "Quick Start" section, you have assert state['/model/bias'].shape == (). But I found that the correct key is assert state['model/bias'].shape == (). That's it.

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