Loading
0 Follower
0 Following
dougm
Dong Meng

Location

Sunnyvale, US

Badges

1
0
0

Connect

Activity

Apr
May
Jun
Jul
Aug
Sep
Oct
Nov
Dec
Jan
Feb
Mar
Apr
Mon
Wed
Fri

Ratings Progression

Loading...

Challenge Categories

Loading...

Challenges Entered

Multi Agent Reinforcement Learning on Trains.

Latest submissions

No submissions made in this challenge.

A new benchmark for Artificial Intelligence (AI) research in Reinforcement Learning

Latest submissions

See All
graded 8440
graded 8301
graded 8294
Participant Rating
Participant Rating
dougm has not joined any teams yet...

Unity Obstacle Tower Challenge

Submissions Q&A

About 5 years ago

Cuz in my case, I have to load the model first before init the env. Thanks.

Submissions Q&A

About 5 years ago

Can you guys make the change to your evaluator to delay the start of env by 20 seconds? like in env.sh


if [ -z "$2" ]
  then
    ENV_FILENAME="./ObstacleTower/obstacletower.x86_64"
fi

wait 20

touch otc_out.json
xvfb-run --auto-servernum --server-args='-screen 0 640x480x24' $ENV_FILENAME --port $ENV_PORT > /dev/null 2&>1 &

Delay environment pod after agent pod

About 5 years ago

Due to the structure of my tensorflow code, I need to load the python libraries and model first before create the environment in the agent. Is it possible for our host to change the way environment pod is launched in evaluation scenarios?

Thanks!

dougm has not provided any information yet.