Skip to content

How to train and evaluate algorithms on the robot_env? #6

@Bxliang868

Description

@Bxliang868
  1. I follow the scripts file to train the algorithms, but I want to known where is the use of the train_new.py ?
  2. When I use the eval.py to evaluate the algorithms, there are some problems:
    Traceback (most recent call last):
    File "src/eval.py", line 117, in
    main(args)
    File "src/eval.py", line 55, in main
    action_repeat=args.action_repeat,
    AttributeError: 'Namespace' object has no attribute 'action_repeat'
    I find this eval.py is same to the \DMC\src\eval.py, but it's obvious that these two issues are different.

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