Skip to content
Snippets Groups Projects
Commit 35f38985 authored by Charles Javerliat's avatar Charles Javerliat
Browse files

Remove actions_manager.py

parent c5891559
No related branches found
No related tags found
1 merge request!2Add/camera node
#!/usr/bin/env python
"""
TODO :
- Sort actions by heuristics
"""
class ActionsManager():
"""
Manage a set of actions.
Use the heuristic to determine which action is better to do by taking acount
of the environment state
"""
def __init__(self):
self.actionSet = Set()
pass
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment