Alexandre Brown
Alexandre Brown
**Is your feature request related to a problem? Please describe.** Using the automated script, we can specify the [db_instance_name](https://github.com/awslabs/kubeflow-manifests/blob/979e61d2f4618e9234d1cc1bcbf1b9757aada890/tests/e2e/utils/rds-s3/auto-rds-s3-setup.py#L572). This customization is not supproted for terraform deployment at the moment....
Hello, I would like to propose that `torch-tb-profiler` should be published on conda-forge. As mentiioned in the [official conda documentation](https://www.anaconda.com/blog/using-pip-in-a-conda-environment), issues can arise when mixing conda and pip dependencies. In...
# Context Hi, I like what has been done with RL-ViGen and I like that this benchmark exposes well that most approaches are not perfect in all scenarios. I think...
### Feature Area /area sdk ### What feature would you like to see? A core production use case of KFP involves being able to run CPU and GPU workload on...
## Motivation Maniskill3 is gaining a lot of taction recently and it offers great features like parallel GPU vectorized environments, a great set of tasks from simpler to complex and...
## Describe the bug Maniskill3 crashes after env.rollout when transferring data to host (cuda to cpu). ```python for _ in tqdm(range(nb_iters), "Evaluation"): rollouts = self.eval_env.rollout( max_steps=self.env_max_frames_per_traj, policy=policy, auto_reset=False, auto_cast_to_device=False, tensordict=tensordict,...
## Describe the bug When yielding from a `SyncDataCollector` that uses a standard `Actor` (not a random policy) and `init_random_frames=0`, it crashes. ```python policy = Actor( agent, in_keys=["your_key"], out_keys=["action"], spec=train_env.action_spec,...
## Motivation Using CatFrames for inference is fairly straightforward and is already well documented. That being said, using CatFrames to reconstruct a stack of frames when sampling from the replay...
## Describe the bug When creating a sync data collector with a replay buffer (passed to its constructor), then it crashes when yielding from the collector. ## To Reproduce 1....
## Describe the bug Creating an instance of `MultiaSyncDataCollector` crashes when we pass `replay_buffer=my_replay_buffer` to its constructor. The following logs is observed: ```bash python3.10/multiprocessing/resource_tracker.py:224: UserWarning: resource_tracker: There appear to be...