Closed CoderXuans closed 1 month ago
Hi! Can you provide more details about your question? The affordances used in the pre-training stage are described in our paper, and we do not involve RL in the project.
@deepcs233
I saw this in the dataset section:
affordances: different types of affordances.
I don’t quite understand what role this plays.
Do you mean the "affordances" shown on the GitHub page? We do not use it in our project now. It consists of the status of the traffic light and stop sign. Here is an example: array({'traffic_light': None, 'stop_sign': False}, dtype=object)
@deepcs233 Hello, could you explain what affordances actually are?