Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/pre-commit.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (c) 2025 Boston Dynamics AI Institute LLC. All rights reserved.
# Copyright (c) 2025 Robotics and AI Institute LLC dba RAI Institute. All rights reserved.

name: Pre-Commit

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (c) 2025 Boston Dynamics AI Institute LLC. All rights reserved.
# Copyright (c) 2025 Robotics and AI Institute LLC dba RAI Institute. All rights reserved.

name: Build and Test

Expand Down
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (c) 2025 Boston Dynamics AI Institute LLC. All rights reserved.
# Copyright (c) 2025 Robotics and AI Institute LLC dba RAI Institute. All rights reserved.

default_stages: [pre-commit]
default_install_hook_types: [pre-commit, pre-push]
Expand Down
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
RAI Institute Research License

© 2025 Robotics and AI Institute LLC d/b/a RAI Institute
Copyright (c) 2025 Robotics and AI Institute LLC dba RAI Institute.

Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:
- Redistributions of source code must retain the copyright notice included with the software, this list of conditions and the following disclaimer.
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (c) 2025 Boston Dynamics AI Institute LLC. All rights reserved.
# Copyright (c) 2025 Robotics and AI Institute LLC dba RAI Institute. All rights reserved.

[build-system]
requires = ["setuptools", "toml"]
Expand Down
2 changes: 1 addition & 1 deletion scripts/check_copyright.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (c) 2024 Boston Dynamics AI Institute LLC. All rights reserved.
# Copyright (c) 2024 Robotics and AI Institute LLC dba RAI Institute. All rights reserved.

"""Check that files have a copyright. Does not accept mild variations of the copyright format"""
import re
Expand Down
2 changes: 1 addition & 1 deletion source/relic/config/extension.toml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (c) 2025 Boston Dynamics AI Institute LLC. All rights reserved.
# Copyright (c) 2025 Robotics and AI Institute LLC dba RAI Institute. All rights reserved.

[package]

Expand Down
2 changes: 1 addition & 1 deletion source/relic/relic/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
# Copyright (c) 2025 Boston Dynamics AI Institute LLC. All rights reserved.
# Copyright (c) 2025 Robotics and AI Institute LLC dba RAI Institute. All rights reserved.
2 changes: 1 addition & 1 deletion source/relic/relic/actuators/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (c) 2024 Boston Dynamics AI Institute LLC. All rights reserved.
# Copyright (c) 2024 Robotics and AI Institute LLC dba RAI Institute. All rights reserved.

"""Package containing actuator configurations."""

Expand Down
2 changes: 1 addition & 1 deletion source/relic/relic/actuators/actuator_spot.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (c) 2024 Boston Dynamics AI Institute LLC. All rights reserved.
# Copyright (c) 2024 Robotics and AI Institute LLC dba RAI Institute. All rights reserved.

"""Custom actuator definitions for Spot"""

Expand Down
2 changes: 1 addition & 1 deletion source/relic/relic/actuators/actuator_spot_cfg.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (c) 2024 Boston Dynamics AI Institute LLC. All rights reserved.
# Copyright (c) 2024 Robotics and AI Institute LLC dba RAI Institute. All rights reserved.

from __future__ import annotations

Expand Down
2 changes: 1 addition & 1 deletion source/relic/relic/assets/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (c) 2024 Boston Dynamics AI Institute LLC. All rights reserved.
# Copyright (c) 2024 Robotics and AI Institute LLC dba RAI Institute. All rights reserved.

import os

Expand Down
2 changes: 1 addition & 1 deletion source/relic/relic/assets/spot/constants.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (c) 2024 Boston Dynamics AI Institute LLC. All rights reserved.
# Copyright (c) 2024 Robotics and AI Institute LLC dba RAI Institute. All rights reserved.

"""Constant data for Boston Dynamics Spot robot."""

Expand Down
2 changes: 1 addition & 1 deletion source/relic/relic/assets/spot/spot.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (c) 2024 Boston Dynamics AI Institute LLC. All rights reserved.
# Copyright (c) 2024 Robotics and AI Institute LLC dba RAI Institute. All rights reserved.

"""Configuration for the Boston Dynamics robot.

Expand Down
2 changes: 1 addition & 1 deletion source/relic/relic/tasks/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (c) 2025 Boston Dynamics AI Institute LLC. All rights reserved.
# Copyright (c) 2025 Robotics and AI Institute LLC dba RAI Institute. All rights reserved.

"""Package containing task implementations for various robotic environments."""

Expand Down
2 changes: 1 addition & 1 deletion source/relic/relic/tasks/loco_manipulation/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# Copyright (c) 2025 Boston Dynamics AI Institute LLC. All rights reserved.
# Copyright (c) 2025 Robotics and AI Institute LLC dba RAI Institute. All rights reserved.

"""Whole body manipulation environments with interlimb coordination."""
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# Copyright (c) 2024 Boston Dynamics AI Institute LLC. All rights reserved.
# Copyright (c) 2024 Robotics and AI Institute LLC dba RAI Institute. All rights reserved.

"""Configurations for interlimb loco-manipulation environments."""
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (c) 2024 Boston Dynamics AI Institute LLC. All rights reserved.
# Copyright (c) 2024 Robotics and AI Institute LLC dba RAI Institute. All rights reserved.

import gymnasium as gym

Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# Copyright (c) 2024 Boston Dynamics AI Institute LLC. All rights reserved.
# Copyright (c) 2024 Robotics and AI Institute LLC dba RAI Institute. All rights reserved.

from . import rsl_rl_cfg # noqa: F401
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (c) 2025 Boston Dynamics AI Institute LLC. All rights reserved.
# Copyright (c) 2025 Robotics and AI Institute LLC dba RAI Institute. All rights reserved.

from isaaclab.utils import configclass
from isaaclab_rl.rsl_rl import (
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (c) 2024 Boston Dynamics AI Institute LLC. All rights reserved.
# Copyright (c) 2024 Robotics and AI Institute LLC dba RAI Institute. All rights reserved.

from isaaclab.utils import configclass
from relic.tasks.loco_manipulation.interlimb_env_cfg import InterlimbEnvCfg
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (c) 2025 Boston Dynamics AI Institute LLC. All rights reserved.
# Copyright (c) 2025 Robotics and AI Institute LLC dba RAI Institute. All rights reserved.

from __future__ import annotations

Expand Down
2 changes: 1 addition & 1 deletion source/relic/relic/tasks/loco_manipulation/mdp/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (c) 2024 Boston Dynamics AI Institute LLC. All rights reserved.
# Copyright (c) 2024 Robotics and AI Institute LLC dba RAI Institute. All rights reserved.

"""Contains the functions that are specific to the locomotion environments."""

Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (c) 2024 Boston Dynamics AI Institute LLC. All rights reserved.
# Copyright (c) 2024 Robotics and AI Institute LLC dba RAI Institute. All rights reserved.

"""Various action terms that can be used in the environment."""

Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (c) 2024 Boston Dynamics AI Institute LLC. All rights reserved.
# Copyright (c) 2024 Robotics and AI Institute LLC dba RAI Institute. All rights reserved.

from dataclasses import MISSING

Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (c) 2024 Boston Dynamics AI Institute LLC. All rights reserved.
# Copyright (c) 2024 Robotics and AI Institute LLC dba RAI Institute. All rights reserved.

from __future__ import annotations

Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (c) 2024 Boston Dynamics AI Institute LLC. All rights reserved.
# Copyright (c) 2024 Robotics and AI Institute LLC dba RAI Institute. All rights reserved.

"""Sub-module containing command generators for pose tracking."""

Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (c) 2024 Boston Dynamics AI Institute LLC. All rights reserved.
# Copyright (c) 2024 Robotics and AI Institute LLC dba RAI Institute. All rights reserved.

from __future__ import annotations

Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (c) 2024 Boston Dynamics AI Institute LLC. All rights reserved.
# Copyright (c) 2024 Robotics and AI Institute LLC dba RAI Institute. All rights reserved.

"""Common functions that can be used to create curriculum for the learning environment.

Expand Down
2 changes: 1 addition & 1 deletion source/relic/relic/tasks/loco_manipulation/mdp/event.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (c) 2024 Boston Dynamics AI Institute LLC. All rights reserved.
# Copyright (c) 2024 Robotics and AI Institute LLC dba RAI Institute. All rights reserved.

from __future__ import annotations

Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (c) 2024 Boston Dynamics AI Institute LLC. All rights reserved.
# Copyright (c) 2024 Robotics and AI Institute LLC dba RAI Institute. All rights reserved.

"""Functions specific to the loco-manipulation environments."""

Expand Down
2 changes: 1 addition & 1 deletion source/relic/relic/tasks/loco_manipulation/mdp/rewards.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (c) 2024 Boston Dynamics AI Institute LLC. All rights reserved.
# Copyright (c) 2024 Robotics and AI Institute LLC dba RAI Institute. All rights reserved.

from __future__ import annotations

Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (c) 2024 Boston Dynamics AI Institute LLC. All rights reserved.
# Copyright (c) 2024 Robotics and AI Institute LLC dba RAI Institute. All rights reserved.

"""Functions specific to the interlimb loco-manipulation environments."""

Expand Down
Loading