Skip to content

Dashes in reference parse_by_updater #206

Open
@alexanderbuchholz

Description

@alexanderbuchholz

Hello,
I spotted some inconsistency in how you define class names and how you reference them in the parsing.
For example in

"Offline-ER": _add_offline_er_arguments,

you are using "Offline-ER" with a dash whereas the class name is camel case in
class OfflineExperienceReplayLearner(ReplayLearner):

Would it be possible to unify the parsed names? For example if I want to run a job using the run_training_job function I was not sure how to set the updater in

.
Thanks and great library!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions