From 35c33fa54769b6f68dbd5a6b12ae63023d866e2b Mon Sep 17 00:00:00 2001 From: Nir Levin Date: Sun, 10 Jan 2021 03:42:57 -0800 Subject: [PATCH] Update README.md --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index f37c4eb..707b51c 100644 --- a/README.md +++ b/README.md @@ -41,6 +41,12 @@ Code for specific tasks like etc +In order to create your own algorithm to test: + +1. Create .py and put it in one of the specific task folders in perception/tasks. + +2. Create a class which extends the TaskPerceiver class. perception/tasks/TaskPerceiver.py includes a template with documentation for how to do this. + ## vis: Visualization tools Code for testing tasks (Ideally this should be placed a separate folder called `tests`).