nepyope commited on
Commit
7bb8a67
·
verified ·
1 Parent(s): ceb6620

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +0 -3
README.md CHANGED
@@ -235,9 +235,6 @@ actor_input = torch.cat([
235
  # Total: 86D + 3D + 32D = 121D
236
  ```
237
 
238
- **Why include recent obs?**
239
- The actor needs immediate state information (velocities, commands) that might be lost in the compressed latent. This creates a skip connection from input to actor.
240
-
241
  ### Architecture
242
  ```python
243
  Actor(
 
235
  # Total: 86D + 3D + 32D = 121D
236
  ```
237
 
 
 
 
238
  ### Architecture
239
  ```python
240
  Actor(