Skip to content
This repository was archived by the owner on Oct 31, 2023. It is now read-only.
This repository was archived by the owner on Oct 31, 2023. It is now read-only.

Questions about reproducing results #18

Description

@humanbins

Hi, thanks for providing the code of the paper. I have tried to reproduce the result, but get some trouble.
I want to reproduce the result of the default settings in DMC envs, such as walker_walk.
However, it seems weird that my results seem bad. Since the default setting is without distractors, so I remove --resource_files and --img_source in the run_local.sh file:

DOMAIN=walker

TASK=walk
SEED=1
SAVEDIR=./save

MUJOCO_GL="egl" LD_PRELOAD=/usr/lib/x86_64-linux-gnu/libGLEW.so:/usr/lib/nvidia-430/libGL.so.1.7.0  CUDA_VISIBLE_DEVICES=0 nohup python -u train.py \
    --domain_name ${DOMAIN} \
    --task_name ${TASK} \
    --agent 'bisim' \
    --init_steps 1000 \
    --num_train_steps 500000 \
    --encoder_type pixel \
    --decoder_type pixel \
    --transition_model_type 'ensemble' \
    --action_repeat 2 \
    --critic_tau 0.01 \
    --encoder_tau 0.05 \
    --decoder_weight_lambda 0.0000001 \
    --hidden_dim 1024 \
    --total_frames 1000 \
    --num_layers 4 \
    --num_filters 32 \
    --batch_size 128 \
    --init_temperature 0.1 \
    --alpha_lr 1e-4 \
    --alpha_beta 0.5 \
    --work_dir ${SAVEDIR}/${DOMAIN}_${TASK}_${SEED} \
    --save_tb \
    --seed ${SEED} $@ > ${DOMAIN}_${TASK}_${SEED}.log &`

I wonder if I have set some wrong hyperparameters? Or did I miss something important?

Here's some result:
walker_walk

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions