When trying to run a code with the openai platform getting the below error
Compiling rsrl v0.6.0 (/home/nineleaps/thinking/programming-languages/rust-lang/rsrl)
error[E0432]: unresolved imports `crate::geometry::dimensions`, `crate::geometry::RegularSpace`
--> src/domains/openai/mod.rs:4:5
|
4 | dimensions::{Continuous, Discrete},
| ^^^^^^^^^^ could not find `dimensions` in `geometry`
5 | RegularSpace,
| ^^^^^^^^^^^^ no `RegularSpace` in the root
error: aborting due to previous error
For more information about this error, try `rustc --explain E0432`.
error: Could not compile `rsrl`.
To learn more, run the command again with --verbose.
Seems like there has been a lot of code changes since the openai features had been integrated.
When trying to run a code with the openai platform getting the below error
Seems like there has been a lot of code changes since the openai features had been integrated.