

dougm 133
Activity
Mar
Apr
May
Jun
Jul
Aug
Sep
Oct
Nov
Dec
Jan
Feb
Mar
Mon
Wed
Fri
Ratings Progression
Loading...
Challenge Categories
Loading...
Challenges Entered
A new benchmark for Artificial Intelligence (AI) research in Reinforcement Learning
Latest submissions
See Allgraded | 8440 | ||
graded | 8301 | ||
graded | 8294 |
EulerLearner
May 16, 2020
Boltzmann's Favourite
May 16, 2020
Trustable
May 16, 2020
Badges
-
TrustableHas filled their profile page
-
Anniversary
-
Basic User
-
Boltzmann's FavouriteKudos! You've been awarded a silver badge for this challenge. Keep up the great work!
Challenge: Unity Obstacle Tower Challenge -
EulerLearnerGreat work! You're one of the top participants in this challenge. Here's a gold badge to celebrate the acheivement.
Challenge: Unity Obstacle Tower Challenge
Participant | Rating |
---|
Participant | Rating |
---|
dougm has not joined any teams yet...
Unity Obstacle Tower Challenge

Submissions Q&A
Almost 2 years agoCan 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
Almost 2 years agoDue 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.
Submissions Q&A
Almost 2 years agoCuz in my case, I have to load the model first before init the env. Thanks.