Loading
0 Follower
0 Following
seungjae_ryan_lee
Ryan Lee

Organization

Princeton University

Location

Seoul, KR

Badges

1
0
0

Connect

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

Measure sample efficiency and generalization in reinforcement learning using procedurally generated environments

Latest submissions

No submissions made in this challenge.

Multi-Agent Reinforcement Learning on Trains

Latest submissions

See All
failed 76317
failed 76313
failed 76303

Latest submissions

See All
graded 10867
graded 10866
failed 10865

Sample-efficient reinforcement learning in Minecraft

Latest submissions

See All
graded 11629
graded 11596
graded 11162

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

Latest submissions

See All
graded 200
graded 191
graded 189

Multi-Agent Reinforcement Learning on Trains

Latest submissions

No submissions made in this challenge.
Participant Rating
Participant Rating

Flatland

Issue not created when tag is pushed with changes

Over 3 years ago

Oh I missed that part. This solved my issue. Thanks!

Issue not created when tag is pushed with changes

Over 3 years ago

I 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 3 years ago

Hello!

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 3 years ago

When 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 4 years ago

In the ObtainDiamond action space, there seems to be some action pairs that β€œconflict” (one cannot occur with another):

  1. Forward / Back, Left / Right
  2. nearbyCraft / nearbySmelt
  3. 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 4 years ago

@shadowyzy you can find the information about environments here:

MineRLObtainDiamond-v0

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.

MineRLObtainDiamondDense-v0

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 :thinking:

AIcrowd Submission Failed: 404 Tree Not Found (submission_hash: None)

Over 4 years ago

Hello!

Indeed, the issue was resolved after submitting again. It seems like an one-off issue that can be closed safely.

FYI though,

  1. The repository was created in GitLab website.
  2. push master than push tag was used

[Announcement] Submissions for Round 1 now open!

Over 4 years ago

Thanks 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 4 years ago

Hello :slight_smile:

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

Almost 5 years ago

It is indeed working now! Thank you for the help.

(Windows) Running MineRL Recording Mod Installer gives "Java Runtime Environment not found" error

Almost 5 years ago

I 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

Almost 5 years ago

I 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

Almost 5 years ago

NOTE: 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:

error

This is on Windows 10, and I have JRE installed:

Do we need Minecraft account to participate?

Almost 5 years ago

Do we need to purchase a Minecraft account to participate in the MineRL competition?

Unity Obstacle Tower Challenge

How to "nudge" the admins

About 5 years ago

Hello! 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

About 5 years ago

The f-string syntax in f'Successfully pushed {self.output_image_spec} was introduced in Python 3.6.

Submission failed: Unable to clone repository

About 5 years ago

I 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

About 5 years ago

Ubuntu 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

About 5 years ago

I 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

About 5 years ago

That was weird? I changed nothing and just pushed a new tag and submitted, and it worked! :confused:

Thank you for your help @mohanty and @arthurj!

seungjae_ryan_lee has not provided any information yet.