Skip to content
Snippets Groups Projects
Commit 812df924 authored by Oleksandr Maksymets's avatar Oleksandr Maksymets
Browse files

Added number of episodes in val split

parent 1e4563d5
No related branches found
No related tags found
No related merge requests found
...@@ -123,6 +123,7 @@ class BaseRLTrainer(BaseTrainer): ...@@ -123,6 +123,7 @@ class BaseRLTrainer(BaseTrainer):
""" """
config = self.config.clone() config = self.config.clone()
config.defrost()
ckpt_cmd_opts = checkpoint_config.CMD_TRAILING_OPTS ckpt_cmd_opts = checkpoint_config.CMD_TRAILING_OPTS
eval_cmd_opts = config.CMD_TRAILING_OPTS eval_cmd_opts = config.CMD_TRAILING_OPTS
......
...@@ -6,10 +6,10 @@ TORCH_GPU_ID: 1 ...@@ -6,10 +6,10 @@ TORCH_GPU_ID: 1
VIDEO_OPTION: ["disk", "tensorboard"] VIDEO_OPTION: ["disk", "tensorboard"]
TENSORBOARD_DIR: "/checkpoint/maksymets/logs/habitat_baselines/ddppo/obj_nav_mp3d" TENSORBOARD_DIR: "/checkpoint/maksymets/logs/habitat_baselines/ddppo/obj_nav_mp3d"
VIDEO_DIR: "data/video_dir" VIDEO_DIR: "data/video_dir"
TEST_EPISODE_COUNT: 2 TEST_EPISODE_COUNT: 2184
EVAL_CKPT_PATH_DIR: "data/new_checkpoints" EVAL_CKPT_PATH_DIR: "data/new_checkpoints"
NUM_PROCESSES: 2 NUM_PROCESSES: 2
SENSORS: ["DEPTH_SENSOR"] SENSORS: ["DEPTH_SENSOR", "RGB_SENSOR"]
CHECKPOINT_FOLDER: "data/new_checkpoints" CHECKPOINT_FOLDER: "data/new_checkpoints"
NUM_UPDATES: 10000 NUM_UPDATES: 10000
LOG_INTERVAL: 10 LOG_INTERVAL: 10
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment