Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
manavsinghal157
flatland-rl
Commits
80d65e01
Commit
80d65e01
authored
Jul 30, 2019
by
spmohanty
Browse files
Update readme
parent
07bc67c0
Changes
1
Hide whitespace changes
Inline
Side-by-side
README.md
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"
,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment