Creating "complex" environments

Official Python bindings with a focus on reinforcement learning and robotics.
Post Reply
brent
Posts: 10
Joined: Tue May 05, 2020 4:01 pm

Creating "complex" environments

Post by brent »

Hello,

Rather open question - I am looking for any advice on how to create environments with a number of different objects which can be interacted with in it.

I found this video which appears to be in quite a rich scene - https://www.youtube.com/watch?v=aqAk701ylIk Is the code for that available anywhere?

Otherwise; any general pointers would be appreciated. Is there any best practices to follow? Would writing a python script with a number of add object calls be a reasonable approach? Or using a separate environment to model in (like Blender for example) and then importing the environment from a description file?

Thanks,
Brent
brent
Posts: 10
Joined: Tue May 05, 2020 4:01 pm

Re: Creating "complex" environments

Post by brent »

Post Reply