

jyotish
Name
Organization
Location
Badges
Activity
Ratings Progression
Challenge Categories
Challenges Entered
Measure sample efficiency and generalization in reinforcement learning using procedurally generated environments
Latest submissions
See Allsubmitted | 90059 | ||
graded | 83575 | ||
failed | 81249 |
A benchmark for image-based food recognition
Latest submissions
See Allgraded | 114994 | ||
graded | 114972 | ||
failed | 114971 |
Play in a realistic insurance market, compete for profit!
Latest submissions
See Allgraded | 115764 | ||
graded | 114796 | ||
failed | 113873 |
Latest submissions
See Allgraded | 60279 | ||
graded | 60268 |
Latest submissions
See Allgraded | 60315 | ||
graded | 60314 |
Latest submissions
See Allgraded | 67702 | ||
graded | 67701 | ||
graded | 67600 |
Badges
-
Anniversary
-
First Share
-
Thank You
-
Appreciated
-
First Quote
-
Enthusiast
-
First Link
-
First Emoji
-
TrustableHas filled their profile page
-
First Like
-
Welcome
-
First Onebox
-
Editor
-
First Mention
-
Basic User
-
Member
-
NewtonianKudos! You've won a bronze badge in this challenge. Keep up the great work!
Challenge: droneRL
Participant | Rating |
---|---|
![]() |
0 |
![]() |
0 |
![]() |
0 |
Participant | Rating |
---|---|
![]() |
Insurance pricing game

Week 3 leaderboard is out!
10 days agoHello @davidlkl
The link is working fine. I re-shared the link with you anyway. Can you try again (or in a different browser if it still fails)?

Failed with Error Code 132
13 days agoHello @tangohead
Can you try installing tensorflow==2.3
?
The machine already supports AVX and things should work fine. From TF 2.4, it seems AVX2 is needed which we do not support. As for why TF 1.5 failed, it looks like they were taken off the pypi index (probably becuase of deprecation) and the build probably failed with an error saying No matching distribution found
.

Failed Submission: Failed to remove partial docker images!
13 days agoHello @faisal_goussous
It looks like you are looking at the wrong error. The build failed because of
ERROR: No matching distribution found for tensorboard-plugin-wit==1.6.0
We will remove the other error you posted here to avoid confusion.

RE: Week 3 leaderboard is out!
10 days ago
Hello @davidlkl
We checked the link and seems to be working fine. Just sharing it here in case,
-
Accelerate the learning – increase agents behavior at higher speed! New changes related to flatland
Byadrian_egli29 days ago -
RLLib Baselines on Colab! This Colab notebook allows you to train a full Flatland agent using the provided PPO baseline.
Bynilabha29 days ago -
Getting started with TIMSER (baseline notebook) Baseline containing code for submitting submissions for Time Series Prediction (AI Blitz 5)
Byshivam5 days ago#baseline
Source() printing environment in saved scripts
3 days agoHello @bikeactuary
We are not able to reproduce this behaviour on our side. Can you share an example snippet that would lead to this issue?
We use
capture.outputs
function to get the source code of the function and to write it to a file.