Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
M
marl-flatland
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Package Registry
Model registry
Operate
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
manavsinghal157
marl-flatland
Commits
80d65e01
Commit
80d65e01
authored
5 years ago
by
spmohanty
Browse files
Options
Downloads
Patches
Plain Diff
Update readme
parent
07bc67c0
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
README.md
+10
-12
10 additions, 12 deletions
README.md
with
10 additions
and
12 deletions
README.md
+
10
−
12
View file @
80d65e01
...
...
@@ -43,22 +43,20 @@ cd flatland-challenge-starter-kit
### Test Submission Locally
**NOTE**
: Please ensure that you have a redis-server running on localhost.
You can find more instructions on how to run redis
[
here
](
https://redis.io/topics/quickstart
)
```
cd flatland-challenge-starter-kit
export IMAGE_NAME="flatland-random-agent"
# Build docker image for your submission
./debug_build.sh
# In a separate tab : run redis server
./run_redis.sh
# In a separate tab : run local grader
./run_local_grader.sh
flatland-evaluation --tests <path_to_your_tests_directory>
# In a separate tab :
# Finally, run your agent locally by :
./docker_run.sh
export AICROWD_TESTS_FOLDER=<path_to_your_tests_directory>
# or on windows :
#
# SET AICROWD_TESTS_FOLDER=<path_to_your_tests_directory>
python run.py
```
# How do I specify my software runtime ?
...
...
@@ -87,8 +85,8 @@ your already existing code to the required structure for this round.
```
json
{
"challenge_id"
:
"flatland
-
challenge
-
2019"
,
"grader_id"
:
"flatland
-
challenge
-
2019"
,
"challenge_id"
:
"
aicrowd_
flatland
_
challenge
_
2019"
,
"grader_id"
:
"
aicrowd_
flatland
_
challenge
_
2019"
,
"authors"
:
[
"your-aicrowd-username"
],
"description"
:
"sample description about your awesome agent"
,
"license"
:
"MIT"
,
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment