8000 [bug report] sac, ddpg, deepq: train.py: error: unrecognized arguments: --policy · Issue #43 · araffin/robotics-rl-srl · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
This repository was archived by the owner on May 9, 2025. It is now read-only.
This repository was archived by the owner on May 9, 2025. It is now read-only.
[bug report] sac, ddpg, deepq: train.py: error: unrecognized arguments: --policy #43
Open
@ncble

Description

@ncble

Describe the bug
In the scripts rl_baselines/rl_algorithm/sac.py, deepq.py, ddpg.py:

  def customArguments(self, parser):
    ## forget to add: super().customArguments(parser)

Code example
The following command line reproduces the issue:

  • python -m rl_baselines.train --algo sac -c --policy lstm --num-timesteps 10000 --env MobileRobotGymEnv-v0
  • python -m rl_baselines.train --algo deepq -c --policy lstm --num-timesteps 10000 --env MobileRobotGymEnv-v0
  • python -m rl_baselines.train --algo ddpg -c --policy lstm --num-timesteps 10000 --env MobileRobotGymEnv-v0

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions

      0