Contents Menu Expand Light mode Dark mode Auto light/dark, in light mode Auto light/dark, in dark mode Skip to content
PyTwinNet Documentation
Logo
Light Logo Dark Logo
  • Getting Started
  • User Guide Overview
  • Propagation & Link Budget
  • Received Power
  • SINR
  • Throughput
  • RIS Beams & MIMO (Primer)
  • Reinforcement Learning for Power Control
  • Acceleration (Numba)
  • Example
  • Real-Time Dashboard
  • Config-Driven Experiments
  • Keys
  • Examples
    • Heterogeneous Network Placement
    • SINR & Throughput Example
    • RIS + MIMO Demo
    • RL Power Control
  • SINR & Throughput Example
  • API Reference
Back to top
View this page

pytwinnet.physics.environment¶

Classes

Environment([dimensions_m, obstacles])

class pytwinnet.physics.environment.Environment(dimensions_m=(100.0, 100.0, 30.0), obstacles=<factory>)[source]¶

Bases: object

Parameters:
  • dimensions_m (Tuple[float, float, float])

  • obstacles (List[object])

dimensions_m: Tuple[float, float, float] = (100.0, 100.0, 30.0)¶
is_within_bounds(position)[source]¶
Return type:

bool

Parameters:

position (Tuple[float, float, float])

obstacles: List[object]¶
Copyright © 2025, Oluwaseyi Giwa
Made with Sphinx and @pradyunsg's Furo
On this page
  • pytwinnet.physics.environment
    • Environment
      • Environment.dimensions_m
      • Environment.is_within_bounds()
      • Environment.obstacles