How to Present 4D Representations to the User? #69
Labels
documentation
Improvements or additions to documentation
maintenance
Improve code readability and robustness.
question
Further information is requested
Is your feature request related to a problem? Please describe.
ARTIST uses a 4D representation for points and vectors. However, this representation may not be intuitive to a user, which could lead to confusion when creating configurations.
Describe the solution you'd like
We should discuss the best way to deal with this - I see three possible options at the moment:
ScenearioGenerator
andARTIST
to ensure that the provided tensors have the appropriate shape and that the last entry is always a 0 for directions and 1 for points.Once we have made a decision we should update this issue with the proposed solution and implement it!
The text was updated successfully, but these errors were encountered: