Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Добавить Grid #8

Open
owlengineer opened this issue Jan 24, 2023 · 1 comment
Open

Добавить Grid #8

owlengineer opened this issue Jan 24, 2023 · 1 comment
Assignees

Comments

@owlengineer
Copy link
Collaborator

Должен иметь

  1. Представление в воксельной сетке
  2. API для итерирования по точкам сетки
  3. API метод возвразающий сам observation и у observation должен быть метод shape
@owlengineer owlengineer self-assigned this Feb 2, 2023
@owlengineer
Copy link
Collaborator Author

owlengineer commented Feb 21, 2023

API:

  1. Move([0, -1, 0])
  2. Dose() -- на основании координат центра вокселя где находится агент, а также коэффициента облучения соседей (рассчитывается как final метод после любого action-a) рассчитывает и прибавляет дозу во все точки, где коэффициент облучения соседей не 0. Фактор облучения соседей рассчитывается как
  3. Reset() -- обнуляет дозу во всех точках

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant