Activity
Ratings Progression
Challenge Categories
Challenges Entered
Measure sample efficiency and generalization in reinforcement learning using procedurally generated environments
Latest submissions
Multi-Agent Reinforcement Learning on Trains
Latest submissions
See Allfailed | 76317 | ||
failed | 76313 | ||
failed | 76303 |
Reinforcement Learning on Musculoskeletal Models
Latest submissions
See Allgraded | 10867 | ||
graded | 10866 | ||
failed | 10865 |
Sample-efficient reinforcement learning in Minecraft
Latest submissions
See Allgraded | 11629 | ||
graded | 11596 | ||
graded | 11162 |
A new benchmark for Artificial Intelligence (AI) research in Reinforcement Learning
Latest submissions
See Allgraded | 200 | ||
graded | 191 | ||
graded | 189 |
Multi-Agent Reinforcement Learning on Trains
Latest submissions
Participant | Rating |
---|
Participant | Rating |
---|
-
RLKR_Miner NeurIPS 2019 : MineRL CompetitionView
Flatland
Issue not created when tag is pushed with changes
Over 4 years agoI edited run.py
and pushed using
git push aicrowd master
git push aicrowd TAGNAME
But I do not see any issue being created in my repo, and it is also not shown in the list of recent submissions. What might be the issue?
π Questions about the Flatland Environment
Over 4 years agoHello!
I noticed that there the environment has a remove_agents_at_target
parameter that defaults to True
. Can we assume that this will always be True
during evaluation?
How to use TreeObsForRailEnv in remote client?
Over 4 years agoWhen I initialize a TreeObsForRailEnv and pass it as the obs_builder_obj for the remote client, I get the following error:
# Relevant code chunk
tree_observation = TreeObsForRailEnv(max_depth=2)
observation, info = remote_client.env_create(obs_builder_object=tree_observation)
# Error
Traceback (most recent call last):
File "run.py", line 90, in <module>
obs_builder_object=tree_observation
File "/anaconda/envs/flatland-rl/lib/python3.6/site-packages/flatland/evaluators/client.py", line 200, in env_create
_response = self._remote_request(_request)
File "/anaconda/envs/flatland-rl/lib/python3.6/site-packages/flatland/evaluators/client.py", line 165, in _remote_request
raise Exception(str(_response["payload"]))
Exception: {'type': 'FLATLAND_RL.ERROR', 'payload': "'current_episode_controller_inference_time_min'"}
NeurIPS 2019 : MineRL Competition
Agent Behavior for conflicting actions?
Over 5 years agoIn the ObtainDiamond action space, there seems to be some action pairs that βconflictβ (one cannot occur with another):
- Forward / Back, Left / Right
- nearbyCraft / nearbySmelt
- Attack / place
What happens when both are used in single action? (as in, what happens if an action a has both βAttackβ and βPlaceβ true?)
Can the agent get reward repeatedly?
Over 5 years ago@shadowyzy you can find the information about environments here:
During an episode the agent is rewarded only once per item the first time it obtains that item in the requisite item hierarchy for obtaining an iron pickaxe.
During an episode the agent is rewarded every time it obtains an item in the requisite item hierarchy to obtaining a diamond.
If this is true, it might be that ObtainDiamond and ObtainDiamondDense is reversed? Not sure whatβs going on exactly
AIcrowd Submission Failed: 404 Tree Not Found (submission_hash: None)
Over 5 years agoHello!
Indeed, the issue was resolved after submitting again. It seems like an one-off issue that can be closed safely.
FYI though,
- The repository was created in GitLab website.
-
push master
thanpush tag
was used
[Announcement] Submissions for Round 1 now open!
Over 5 years agoThanks for the great work!
It seems to me that the queue is stuck. Would you happen to know the reason why?
AIcrowd Submission Failed: 404 Tree Not Found (submission_hash: None)
Over 5 years agoHello
I was trying to submit using the default provided template: https://github.com/minerllabs/competition_submission_starter_template
I just added my name to authors in aicrowd.json
and pushed the tag, but this error came out.
Has anyone seen similar issue?
Thanks!
(Windows) Running MineRL Recording Mod Installer gives "Java Runtime Environment not found" error
Over 5 years agoIt is indeed working now! Thank you for the help.
(Windows) Running MineRL Recording Mod Installer gives "Java Runtime Environment not found" error
Over 5 years agoI put the minerl.jar
file in C:\Users\\[username]\AppData\Roaming\\.minecraft\mods
.
When I try to connect to the MineRL server, it is stuck in Logging in⦠screen.
I attach a list of my mods:
I have a Ubuntu computer with the exact same versions, and that works well, so I donβt think itβs a version problem.
(Windows) Running MineRL Recording Mod Installer gives "Java Runtime Environment not found" error
Over 5 years agoI tried manually installing Mincraft Forge and downloading the mod (minerl.jar). This also doesnβt work, as double-clicking the jarfile does nothing.
When I run it on terminal, I get the following output:
$ java -jar .\minerl.jar
no main manifest attribute, in .\minerl.jar
(Windows) Running MineRL Recording Mod Installer gives "Java Runtime Environment not found" error
Over 5 years agoNOTE: This is a question about MineRL Dataset, not about the competiton.
I have installed Minecraft and downloaded the MineRL Recording Mod installer from this page. However, when I run the downloaded installer-signed.exe, I get the error message below:
This is on Windows 10, and I have JRE installed:
Do we need Minecraft account to participate?
Over 5 years agoDo we need to purchase a Minecraft account to participate in the MineRL competition?
Unity Obstacle Tower Challenge
How to "nudge" the admins
Almost 6 years agoHello! How am I suppose to βnudgeβ the admins on GitLab?
(I found the error: I just want to know how to ask for next time)
Build.sh throws Syntax error
Almost 6 years agoThe f-string syntax in f'Successfully pushed {self.output_image_spec}
was introduced in Python 3.6.
Submission failed: Unable to clone repository
Almost 6 years agoI also got the same error message: it seems like a temporary issue on the server side. I sent an email earlier today and @mohanty replied that he is working on it.
Problem with 1.1_windows
Almost 6 years agoUbuntu user here. I thought the blank small screen was intentional? I also get the same screen when I use the Obstacle Tower environment.
Simple action interpreter widget
Almost 6 years agoI created a simple action interpreter widget for the Obstacle Tower Environment! You can change the numbers in the black input box to get an appropriate interpretation of each action.
Evaluation Error: Unable to orchestrate evaluation. Core services failed to start
Almost 6 years agoThat was weird? I changed nothing and just pushed a new tag and submitted, and it worked!
Issue not created when tag is pushed with changes
Over 4 years agoOh I missed that part. This solved my issue. Thanks!