Skip to content
Snippets Groups Projects
Commit fb2c2032 authored by sanjay_pokkali's avatar sanjay_pokkali
Browse files

Update readme

parent a2bc2f10
No related branches found
No related tags found
No related merge requests found
......@@ -47,7 +47,7 @@ Each repository should have a aicrowd.json file with the following fields:
This file is used to identify your submission as a part of the Dr. Derk Challenge. You must use the `challenge_id` and `grader_id` specified above in the submission. The `gpu` key in the `aicrowd.json` lets your specify if your submission requires a GPU or not. In which case, a NVIDIA-K80 will be made available to your submission when evaluation the submission.
## Writing your own bot
To create your own agent you can overwrite `bot.py` or create your own script that contains the DerkPlayer class format that is present in `bot.py`.
You can start with the default bot.py or create your own agent that file. You can also your own script containing DerkPlayer class format present in bot.py.
**NOTE**: Only `bot.py` will be used during evaluation. Other bots can be used by you for running locally.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment